[Mono-bugs] [Bug 66089][Nor] Changed - Using Session in AcquireRequestState prevents static files from beeing served in ASP.NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 06:02:14 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jsinger@eggmouse.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66089
--- shadow/66089 2004-09-16 13:35:38.000000000 -0400
+++ shadow/66089.tmp.21556 2004-09-17 06:02:14.000000000 -0400
@@ -76,6 +76,14 @@
Additional Information:
------- Additional Comments From gonzalo@ximian.com 2004-09-16 13:35 -------
The equivalent of this in Mono world is to have apache serving html
pages and pass aspx et al to mod_mono. That way, static pages are
served without asp.net being involved, which is what MS does by default.
+
+------- Additional Comments From jsinger@eggmouse.com 2004-09-17 06:02 -------
+Ok, I totaly agree with this.
+
+But I would suggest changing the INSTALL file and man pages from
+mod_mono-1.0.1 by replacing "SetHandler mono" with "AddHandler mono
+.aspx .ashx .asmx .ascx .asax .config" or similar to not lead users in
+the "wrong" direction.