[Mono-list] ASP.NET alongside PHP
Mike Palmer
mike@mikepalmer.net
Sun, 18 Jul 2004 09:40:48 -0700 (MST)
> I'm having some trouble configuring mod_mono to live alongside my PHP
> directories. The root of my site is in ASP.NET, but a subdirectory is
> PHP (our webmail site). I've only been able to configure it to use one
> or the other but not both. Any suggestions?
>
> On another note, does anyone know of a good open-source ASP.NET webmail
> program? :)
>
> Thanks.
>
> rob
In the documentation it says to use;
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
instead of;
SetHandler mono
(aka, don't pass everything off to mod-mono-server)
-Michael