Apache 2 + ASP.NET + Windows Server 2003?

  • Thread starter Thread starter michael [multnomah]
  • Start date Start date
M

michael [multnomah]

We are trying to standardize on a solid, open, secure Web Server
architecture. We are running Apache 2 on Windows 2003 Server. For
static HTML, JSP and ColdFusion apps, this is running perfectly, but now
we need to be able to run ASP .NET applications. I have read about the
"mod_mono" module for Apache that allows .NET applications to run on
Apache, but this seems to only work with Apache on Linux, not Windows.
Anyone have success with getting ASP .NET apps to run under Apache on
Windows?
 
with a little work, you could write your own apache mod that called the
native asp.net on win2003.

-- bruce (sqlwork.com)
 
Back
Top