[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
Thu, 16 Sep 2004 13:35:38 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=66089

--- shadow/66089	2004-09-16 09:27:52.000000000 -0400
+++ shadow/66089.tmp.8152	2004-09-16 13:35:38.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 66089
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jsinger@eggmouse.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -71,6 +71,11 @@
 Welcome to ASP.NET
 
 How often does this happen? 
 Everytime
 
 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.