G
Guest
Is there a specific way that System.Configuration.AppSettings.GetValue("key")
works?
This method reads the value from the Web.config file, only if I read from a
UI component(Web Server(.aspx files) or a user control or a DLL that runs in
the Web Server).
If I read the Web.config file from a ClassLibrary the
System.Configuration.AppSettings.GetValue("key") return null.
Any ideas?
Raj
works?
This method reads the value from the Web.config file, only if I read from a
UI component(Web Server(.aspx files) or a user control or a DLL that runs in
the Web Server).
If I read the Web.config file from a ClassLibrary the
System.Configuration.AppSettings.GetValue("key") return null.
Any ideas?
Raj