Does ASP.NET work under Apache?

  • Thread starter Thread starter Bruce W.1
  • Start date Start date
B

Bruce W.1

Can Apache (running on Windows) pass requests for .aspx files to .NET?

Thanks for your help.
 
This is some info I found on the Microsoft web site.

"* To access the features of ASP.NET, Internet Information Services
(IIS) with the latest security updates must be installed prior to
installing the .NET Framework. If IIS is not present on the computer
when the .NET Framework is installed, ASP.NET will fail to register
correctly and ASP.NET applications will not run. If IIS is installed
after the .NET Framework, you must manually register the
Aspnet_isapi.dll file using Regsvr32.exe."

The following is the link:
http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx

Tommy,
 
Well, the ISAPI dll doesn't do much good if your server software uses a
different API...
 
Back
Top