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 xaml? Are xaml file compiled or built on runtime?
What is the state management in asp.net?
How asynchronous call can be implemented using delegates?
How do you open a page in a new window?
What are the session variables?
What is difference between URL and URI?
What is a windows service?
What is ascx?
What is s2s tracking?
Is web config mandatory?
How does a web application session work?
What do you mean by serialize and marshalbyref?
What is caching? What are different ways of caching in asp.net?
What is the maximum timeout we can set for Cookies?
Are cookies stored on server or client?