[Mono-list] Running ASP.Net C# in APACHE/Mono
Gonzalo Paniagua Javier
gonzalo@ximian.com
02 Aug 2003 14:58:12 +0200
El vie, 01-08-2003 a las 11:04, Erwin Robinson escribió:
> Hi,
> I have been installed "apache_2.0.47-win32-x86-no_ssl" and
> "mono-0.25-win32-1" in my windows 2000 to browse my ASP.NET C# pages,
> but when I try to browse an ASP.Net page IE, the browser only execute
> HTML scripts, not ASP.Net codes. Could you mind guide or sugest me
> what I have to do now to solve that problem ?. Are you sure ASP.Net
> could run in APACHE ?.
Hi Erwin,
It works fine under *nix, but i've never tried it on windows...
Anyway, you need to get mod_mono, either binaries or build it from
sources. I don't think that we have binaries for windows so you may have
to build mod_mono from sources. Get it from mono CVS.
Has anyone else tried mod_mono + apache2 under windows?
-Gonzalo