Web Hosting Talk







View Full Version : Dot net framework on Apache


i360d
05-15-2008, 11:54 PM
Dose dot.net framework support apache server ...

please provide some details on the same and just like to know if any one had worked on this .. am new to the apache word so u r guidance is very help full for me ..

thanks a alot ...

Burhan
05-16-2008, 12:09 AM
To support asp.net on Apache, check out the mono project (http://www.mono-project.com/).

For best performance and compatibility, use IIS.

Snargleflap
05-16-2008, 07:49 PM
Gasp... .Net on Apache... bite your tongue! That's heresy to us .Net folks :)

djorgensen
06-05-2008, 05:09 AM
You could use Mono, however you'd be much better off with IIS7

davidman
06-05-2008, 05:44 AM
Dose dot.net framework support apache server ...

please provide some details on the same and just like to know if any one had worked on this .. am new to the apache word so u r guidance is very help full for me ..

thanks a alot ...

If you're using still on the Windows platform, certainly stick with .Net and IIS.

If you're on Unix/Linux then you'll have to use Apache or XSP/XPS2 and Mono.

XSP is the web server that comes with Mono and requires very little configuration and is as easy to use as running

> xsp

in the a shell.