Deploy the aspx file under apache

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
 
R

Ryan Gregg

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
 

Ask a Question

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.

Ask a Question

Top