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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.