Is it possible to run ASP under LINUX

hostingsmarts

New member
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.
 
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.
 
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.
Do you mean that dedicated is the best environment for mono?
 
Back
Top