ASP.NET How to use WebConfigurationManager to get section from Specific config file?
- by Taylor
Hi folks:
I am trying to get sections from specific .config file such like "my.config".
WebConfigurationManager.OpenWebConfiguration can get the web.config in specific path.
Maybe WebConfigurationManager.OpenMappedWebConfiguration can reach my purpose.
Can anyone share experience?