More than one web.config
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Can application use more than one web.config file. if yes than how will it identifies the default web.config?
Yes you can have more than one web.config file in an application, actually you can have separate config files for all the flders what you are having in your application. Normally if you are having config files in the folder it overrides the base web.config file. :)
Best Regards, Apurva Kaushal