[Mono-bugs] [Bug 49651][Nor] New - Changes to the Global.asax not detected

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Oct 2003 15:39:41 -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 cezar@cbnmedia.com.

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

--- shadow/49651	2003-10-14 15:39:41.000000000 -0400
+++ shadow/49651.tmp.13339	2003-10-14 15:39:41.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 49651
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cezar@cbnmedia.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Changes to the Global.asax not detected 
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+Changes to the global.asax are not seen by the framework whithout 
+restarting xsp 
+
+Steps to reproduce the problem:
+1. Add a session or application variable to the global.asax and give it a 
+value
+2. Refer the variable in an aspx page
+3. Start the web server (xsp) and ask for the page
+4. Once the result are shown go back to global.asax and change the value 
+you set for the variable
+5. Without restarting xsp do a refresh on the page displaying the value of 
+the variable
+
+Actual Results:
+The old value is shown.
+
+Expected Results:
+The new value of the variable should be displayed
+
+How often does this happen? 
+Every time
+
+Additional Information:
+RedHat9 / mono-0.28 mcs-0.27 xsp-05 and -0.6
+Everything is working fine under Windows : WebMatrix : IIS / Cassini