How would you get ASP.NET running in Apache web servers - why would you even do this?

Showing Answers 1 - 2 of 2 Answers

Praveen Kumar

  • Feb 7th, 2006
 

The mod_mono Apache module is used to run ASP.NET applications within the Apache (http://httpd.apache.org) web server. Mod_mono is available from (http://www.mono-project.com/Downloads).XSP is a standalone web server written in C# that can be used to run your ASP.NET applications. XSP works under both the Mono and Microsoft runtimes and the code is available from(http://www.mono-project.com/Downloads).

  Was this answer useful?  Yes

Expert

  • Feb 15th, 2007
 

mod_aspnet also does the same thing. It uses the ASP.NET hosting API and works quite well. It does not require mono XSP. Some organization do not allow IIS because of secuirty reasons.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions