PDA

View Full Version : ASP on *NIX platform?


BoR|S
09-14-2002, 10:04 AM
Is there a way to use ASP on a *NIX platform (let's say, on Linux MDK)?

or,

Is there a program that converts ASP code to PHP code? (I have a script that I wrote in ASP and I need to run it on a *NIX server)

Dynasty
09-14-2002, 10:35 AM
There isn't a good way of using ASP on a *nix platform, there is the Chilisoft ASP thinger. But it is not very good.

classicwingcook
09-14-2002, 10:37 AM
I was looking around and the only thing I could find was Chilisoft from Sun. Costs a whole bunch though. Haven't heard of anything that converts ASP to PHP on the fly though.

BoR|S
09-14-2002, 11:13 AM
Hmmm.... ChilliSoft isn't good, at least not now, currently I seek for something that is free... also I heard that Chilli doesn't support all the features, so it won't be so 'safe' to use it...

EnwTheGood
09-14-2002, 12:11 PM
For Unix, ASP is a pointless endeavor. I'd suggest switching to PHP, which isn't as hard or time-consuming as you might think.

BoR|S
09-14-2002, 12:36 PM
Well, no doubt PHP is better, but I got a big script (more like engine) I wrote in ASP, and I don't really want to/have time to translate to PHP, mostly because I'm kinda lazy and because this is my last school year, and I don't have much time to deal with such things...