Is it possible to host ASP.NET web application using Apache?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Is it possible to host ASP.NET web application using Apache as a web server? If so, what is the tool or steps?

-Jon
 
Boot your Linux server with the Windows Server 2003 CD in it and follow
directions.

Dale


jon free said:
Hi,
Is it possible to host ASP.NET web application using Apache as a web
server? If so, what is the tool or steps?
 
Well, he wants to try running ASP.NET on Apache doesn't necessary means he
wants to run it on Linux.

I'm personally wanted to give it a try because I found a free upload module
written in Perl won't run correctly on IIS with ActivePerl. Should I be able
to run it on Apache I could try to get it run on my web application.

However this is not easy as it must know how to pass the httpstreams back
and forward to the codebehind dlls. And I've so far have no success on this
since I'm not very familiar with Apache in Windows environment.

You may try to do that, and please let me know if you success. :)
 
Back
Top