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 types of data validation events are commonly seen in the client-side form validation?
Explain how asp.net page works?
What are the new web part controls in asp.net 2.0 ?
Is global asax mandatory?
What is protected configuration?
What is applicatio domain?
Explain method to handle error using HttpError in Web API?
Briefly describe the role of global.asax?
WSDL means?
Do I need to have the latest version of windows media player installed?
What is http pipeline in asp.net?
What is query string with example?
What is the use of express session?
What is difference between cookies and cache?
How many types of controls are there in asp.net?