What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / karteek
Web.Config can be only one in a web application's root but
it may contain any number of web.config files inside the
subfolders of the application
The web.config file in subfolder overrides the web.config in
the root for that folder in which it is present.
If a subfolder doesnot has a web.config then the web.config
in the root is uses as usual
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How may clustered index we can create in table?
Distinguish between Server-side and Client-side code with its functionality?
What is csrf attack in asp.net?
What is application and session in asp.net?
What is the page life cycle in asp.net?
What is the difference between exe and dll?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the events that happen when a client requests an asp.net page from iis server?
What is bound controls
What's the use of formatters in .net?
Why is it preferred to not use finalize for clean up?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What are the page life cycle events?
Explain the difference between asp & asp.net.
Is post back in asp.net?