How ASP.NET page can be run in Apache Web Server
| 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). | |
