Results 1 to 4 of 4
Related
-
windows vs linux Forum: HTML Forum
Replies: 1
-
05-12-2008, 06:22 AM #1
Is it possible to run ASP under LINUX
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.
-
10-21-2009, 11:45 AM #2
Re: Is it possible to run ASP under LINUX
Recently technology has emerged by which you can run asp pages on a linux server. Apache is an example. You can even run asp.net pages on linux server.The latest development is Mono Project which allows you to run asp.net pages on linux server.
As far as asp pages is concerned you can visit the following site to get more info.
http://asp-programming.suite101.com/article.cfm/running_asp_on_a_linux_server
-
11-08-2011, 02:24 AM #3
Re: Is it possible to run ASP under LINUX
You have to One way to have MONO installed for your web server, which will allow it t interpret ASP.net scripts. More information, download and installation instructions can be found here:
mono-project.com
-
10-16-2012, 06:25 AM #4
Re: Is it possible to run ASP under LINUX
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.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum