What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / chirag
There is one web config by default but we can use any
number of web config file but inheritance will apply from
root to inward folder
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Can you explain the importance of finalize method in .net?
What is validation in asp.net?
What is a global postback url?
What are the file extensions for razor views?
What is cookieless session id explain in brief?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the best Macanism to clear the Cache in asp.net
Can the dictionary object be created in client?s scope ?
What are validators and list some validators of asp.net?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Define cookie.
What is the use of execute non query in asp.net?
Where the viewstate is stored after the page postback?
Explain advantages of caching?