[Mono-bugs] [Bug 36598][Nor] New - AppSettingsReader does not returns values from web.config
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 11 Jan 2003 00:08:47 -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 david@codenoevil.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36598
--- shadow/36598 Sat Jan 11 00:08:47 2003
+++ shadow/36598.tmp.14805 Sat Jan 11 00:08:47 2003
@@ -0,0 +1,43 @@
+Bug#: 36598
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: david@codenoevil.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AppSettingsReader does not returns values from web.config
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+AppSettingsReader does not find appSettings keys in the web.config file
+when called from codebehind.
+
+Steps to reproduce the problem:
+1. add an <appSettings> section to the web.config file
+2. attempt to retrieve that value using AppSettingsReader
+3. error is reported to browser that the key cannot be found
+
+Actual Results:
+An error is reported to the browser indicating that the key cannot be
+found
+
+Expected Results:
+The value for the associated key to be returned by the
+AppSettingsReader.GetValue() method
+
+How often does this happen?
+Consistently
+
+Additional Information:
+These tests were done on Windows XP SP1 and IE6. This functions properly
+using MS.