ASP.NET 2.0 Question:

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

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

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).


Previous QuestionNext Question
Whats MSIL, and why should my developers need an appreciation of it if at all?Describe session handling in a webfarm, how does it work and what are the > limits?