[Mono-bugs] [Bug 49651][Nor] New - Changes to the Global.asax not detected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 11:21:09 -0500 (EST)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=49651
--- shadow/49651 2004-01-09 11:21:09.000000000 -0500
+++ shadow/49651.tmp.10565 2004-01-09 11:21:09.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 49651
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Normal
+Component: System.Web
+AssignedTo: gonzalo@ximian.com
+ReportedBy: cezar@cbnmedia.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Changes to the Global.asax not detected
+BugsThisDependsOn: 47659[FIXED]
+
+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
+
+------- Additional Comments From gonzalo@ximian.com 2003-10-22 06:05 -------
+I'll wait for AppDomain.Unload to work before implementing this. We're
+supposed to shutdown the whole domain when this happens so that all
+the Types we already compiled are not reused.