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.
Announcement
Collapse
No announcement yet.
Is it possible to run ASP under LINUX
Collapse
Unconfigured Ad Widget
Collapse
X
-
Re: Is it possible to run ASP under LINUX
This requires installing additional modules Apache for ASP and .Net.
- KrisAccuWebHosting.Com
[email protected]
Comment
-
Re: Is it possible to run ASP under LINUX
Yes, it is possible to run ASP under Linux. Only you have to follow some steps-
1. Install several library for mono. Type this command:
sudo apt-get install mono-xsp2 mono-apache-server2 libapache2-mod-mono mono-gmcs mono-utils
2. Edit your mod_mono.conf. Run Asp.Net application is using AutoHosting configuration.
3. Save the file and restart your apache.
4. Write your first Asp.Net application.
5. Save file to your web server.
Run your application.
Comment
-
Re: Is it possible to run ASP under LINUX
Here's something for those who haven't had much ASP experience across platforms To run ASP on linux, you need to install the mono project framework
Comment
-
Re: How And Where To Buy Clubwear And Intimate Lingerie
A PHP script saved with an ASP extension is still a PHP script, not an ASP file. I believe it technically is possible to run ASP under Linux via a 3rd party interpreter that somewhat works. For ASP Net there's also the Mono project, which is functional but probably not all that mature.
Comment
Comment