G
Guest
Does WebConfigurationManager.OpenWebConfiguration(string) only open the
web.config file regardless of the argument string?
ex:
Configuration config =
WebConfigurationManager.OpenWebConfiguration("~/myFile.config");
When I use the above code, the web.config file is always opened - never
myfile.config.
web.config file regardless of the argument string?
ex:
Configuration config =
WebConfigurationManager.OpenWebConfiguration("~/myFile.config");
When I use the above code, the web.config file is always opened - never
myfile.config.