PDA

View Full Version : Is it possible to run ASP under LINUX



hostingsmarts
05-09-2008, 12:22 AM
To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.

Chris
05-09-2008, 10:04 AM
Uh... ya... but you can actually run actual ASP (as opposed to just pretending to do so) under linux if you wanted.

ethan3546
05-22-2008, 12:06 AM
yes you can run a asp under linux if you wanted.


Free TV (http://www.pinnaclesys.com/PublicSite/us/Products/Consumer+Products/PCTV/PCTV/)

Marshal
07-14-2008, 05:24 AM
Actually, ASP and PHP are two completely different languages. When you rename the script from php to asp you do not change the language but just the extension.

It is possible to have ASP running under Linux via mod_mono for example, but this technology is not really suitable for a shared server and as such it is not implemented here.
________
Post starcraft 2 replays (http://screplays.com)

shaza4061
07-15-2008, 08:41 AM
I dont think you can run asp under linux.. why do you want to use this approach?