OpenWebConfiguration

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top