View Full Version : ASP & Linux
matauri
12-24-2003, 04:04 AM
Just curious, I heard recently that aparently ASP runs on Linux. Is this true? I wasn't aware of that.
Cindy
paulhiles
12-24-2003, 06:40 AM
Hi Cindy,
Yar that's right.. although ASP will only run on Microsoft IIS Servers, there is a particular 'flavour' of ASP called Chili!Soft ASP that will run on Unix and other platforms. Here are some useful links if you want to find out more! ;-)
Web Hosting Technologies
http://www.w3schools.com/hosting/host_technologies.asp
Chilisoft ASP for Linux
http://www.fscked.co.uk/writing/chilisoft_asp.html
Sun Java System Active Server Pages
http://wwws.sun.com/software/chilisoft/
Components for use with Chili!Soft ASP
http://www.miraplacid.com/shareware/mscgi.shtml
Paul
Corey Bryant
12-24-2003, 08:32 AM
Also keep in mind that ChiliASP cannot compare to ASP & you are very limited to what it can do
matauri
12-24-2003, 09:19 AM
Thanks Paul ! Ya learn something new everyday! :-)
Also keep in mind that ChiliASP cannot compare to ASP & you are very limited to what it can do
What kind of limitations?
Cindy
Corey Bryant
12-24-2003, 01:43 PM
ONe that I remember just recent was recordset.update method does not work. My workaround has been to use: DatabaseConnection.Execute(SQLStatement) and build the SQL statement to update the table you wish to update.