Deploy the aspx file under apache

  • Thread starter Thread starter benny
  • Start date Start date
B

benny

Hi,

Did anyone find ways to deploy the dotnet framework's file like aspx under
apache v1.0 or v2.0 ? I am currently using the Web Matrix v0.5 to build my
dotnet web application that it works on IIS... but how about deployment
under Apache, anyone know?

TIA

regards,
benny
 
You should look into the Mono project (http://www.go-mono.org/). They're
working on an open source implementation that is compatible with .NET in
every way possible, including ASP.NET. They have a module for Apache that
provides ASP.NET (thus your aspx files) support under Apache. I've used it
under Liunx without much difficulty, and it should work on a Windows version
of Apache as well. However, it's not exactly production stable yet...

Ryan Gregg
 
Back
Top