Sign in | Join
Last post 05-16-2008 1:20 AM by rajeshthangarasu. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
hi to all
In my application i will add three web.config file which will execute first. how to set it. Give me a guidlines.
by
Devan.G
Hi,You can't add multiple web.config to applicationYou can add single web.config to each folder present in sub directories of your applicationYou can override the web.config files using multiple config files.Satalaj
Hi,
You can check this reference: http://www.beansoftware.com/ASP.NET-Tutorials/Multiple-Config.aspx
Hope it helps.
There should be only one web.config file in your web application
If you add more than one web.config only the config file called web.config will be used