Interview Question
Qus: When we will go for multiple web.config files?
Whenever we need to define some separate settings for couple of web pages, we can create a new folder and we can add those couple of web pages to that folder and we should add a new Web.config file to that new folder and we can define separate settings within that Web.config.
Answers (2)