[Mono-bugs] [Bug 65447][Nor] New - global.asax session-objs do not work without web.config
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 05:11:11 -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 juraj@hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=65447
--- shadow/65447 2004-09-07 05:11:11.000000000 -0400
+++ shadow/65447.tmp.21746 2004-09-07 05:11:11.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 65447
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juraj@hotfeet.ch
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: global.asax session-objs do not work without web.config
+
+If a <object scope='session'/> object is declared in global.asax, a
+web.config file must be present. Otherwise an error occurs.
+
+Steps to reproduce the problem:
+1. unzip testcase
+2. rename web.config to something else
+3. start xsp, load empty.aspx
+
+Actual Results:
+error message (.../bin directory not found..)
+
+Expected Results:
+contents of empty.aspx
+
+How often does this happen?
+always.
+
+Additional Information:
+It works, as soon as you rename the web.config file to its original name.