I want to read the web.config for my current application.
WebConfig = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("/")
and
WebConfig = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(null)
do not work. What paramter (or other method) will get this information?
Thks!