How many web.config a application can have ?
Answer Posted / ramasubbareddy
One Web Application have more than one Web.Config file is accepted. This web.config files are inherited form the main configuration file called "Machine.config". The application first verifies the "machine.config" security setting then it will verifies our web.config files. You can place more than one web.config file in your application based on your requirement
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What symbol specifies the beginning of a query string?
What is difference between session and cookies?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Why is it preferred to not use finalize for clean up?
What is the usage of DelegatingHandler?
Explain global assembly cache.
What is session in asp.net?
Is asp.net free?
Why cyclomatic complexity is important?
What is the difference between response.redirect and server.transfer?
Where you store Connection string in "Web.Config" file in ASP.NET?
Why do we use datasource in asp.net?
How to display Alert in ASP.NET
What is caching in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?