Change Web.config depending on URL
I have a net mvc website and I want to change the web.config file dynamically depending 开发者_开发问答on the incoming url. Can anyone help me?
Thanks, Chris
You could create your own config files and branch it based on the URL but you will have to read as a XML file and will not be able to exploit the configuration namespace.
精彩评论