Apache server

  • Thread starter Thread starter Nick
  • Start date Start date
Is it possible to run .Net generated web applications under Apache web
The quick answer is no. :< Sorry.

However, if you are looking to forward ASPX requests to an IIS box, that can
easily be done. You can choose to redirect requests from IIS to Apache as
well. Just depends on which server you want in front. I've used IIS to
forward JSP requests to Tomcat, and it wasn't too difficult.

If you are looking at running .NET on linux though (I come from JSPs and a
lot of time people running Apache are in the linux world), you might be
interested in looking at MONO. That will get you running .net on linux.

HTH.
 
Back
Top