[Mono-bugs] [Bug 36598][Nor] Changed - AppSettingsReader does not returns values from web.config
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 11 Jan 2003 17:28:52 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36598
--- shadow/36598 Sat Jan 11 00:11:03 2003
+++ shadow/36598.tmp.28858 Sat Jan 11 17:28:52 2003
@@ -5,19 +5,20 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: System.Web
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: david@codenoevil.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: AppSettingsReader does not returns values from web.config
+BugsThisDependsOn: 31245
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.
@@ -45,7 +46,13 @@
------- Additional Comments From david@codenoevil.com 2003-01-11 00:11 -------
Sample code can be found at
http://www.codenoevil.com/downloads/AppSettings.zip
+
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-11 17:28 -------
+I cannot read web.config since bug 31245 prevents System.Configuration
+from getting the config file from the appdomain created for the
+application host (which is 'web.config').