Wednesday, April 11, 2012

Configuring Apache for ASP.NET

ASP.NET hosting with Apache

The mod_mono Apache module is used to run ASP.NET applications within the Apache web server.
The mod_mono module runs within an Apache process and passes all the requests to ASP.NET applications to an external Mono process that actually hosts your ASP.NET applications. The external ASP.NET host is called "mod-mono-server" and is part of the XSP module.
To use this, you must download and install the mod_mono and xsp components of Mono. mod_mono contains the actual Apache module, and xsp contains the actual ASP.NET hosting engine, both are available from our download page.
See the mod_mono page for details on installation and configuration.

3 comments:

  1. Please post valid links to download the mono / mod_mono.

    ReplyDelete
    Replies
    1. http://www.mono-project.com/ASP.NET

      Above link are also working~

      Delete
  2. IMO, you maintain this blog very well and put some good and useful information about development. Keep sharing continuously!

    ReplyDelete