ASP.NET How to use WebConfigurationManager to get section from Specific config file?

Posted by Taylor on Stack Overflow See other posts from Stack Overflow or by Taylor
Published on 2010-05-14T09:05:46Z Indexed on 2010/05/17 3:30 UTC
Read the original article Hit count: 367

Filed under:

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?

© Stack Overflow or respective owner

Related posts about ASP.NET