| February 02, 2006 08:36:52 |
#1 |
| Praveen Kumar |
Member Since: Visitor Total Comments: N/A |
RE: How would you get ASP.NET running in Apache web se... |
| 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). |
| |