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
Explain method to handle error using HttpError in Web API?
What are the layouts of ASP.NET Pages?
Is asp.net different from asp? If yes, explain how?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What r the asp.net list controls and diff. Between them?
What is the maximum timeout we can set for Cookies?
Explain how is a property designated as read-only?
How do I send an email message from my ASP.NET page?
What is data binding in asp net?
What's the ASP.Net Application life cycle?
What is the compiled object?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is a response cookie?
List down the sequence of methods called during the page load.
Differentiate between early binding and late binding.