> 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
