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
What is a postback in asp net?
What are the different types of validation controls provided in ASP.NET?
What is the best Macanism to clear the Cache in asp.net
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the events that happen when a client requests an asp.net page from iis server?
What is the use of session state and application state and difference between them?
What do you mean by authorization?
What are the advantages of passport authentication?
What is difference between session and viewstate?
What is the difference between custom web user control and a custom web server control?
What is data binding in asp net?
What are the file extensions for razor views?
Is sql backend or frontend?
I’m having some trouble with cas. How can I diagnose my problem?
How many web.config files can I have in an application?