How many web.config a application can have ?
Answer Posted / umesh kumar singh
You can create as many as web.config files in an
application restricted to one web.config per folder, any
folder can not have more then web.config. also the
web.config at root folder is differ from other web.config
files exist is other folder. the web.config at root
basically contains all necessary detail for application
functioning. while other web.config inside other folder
rather then root folder must not contains these details.
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
Fetch one page value to another page without using state-managment ?
How does asp.net work?
What’s the use of “GLOBAL.ASAX” file?
What is Web Server Control Templates.?
What is asp.net version?
Is it possible to create web application with both webforms and mvc?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is http only cookie?
What is meant by web application?
What is ispostback method in asp.net? Why do we use that?
What does the hotspot class in .net do?
What are the advantages and limitations of query string?
What is a master page and what does it do?
What is session in web technology?
How to unit test Web API?