Answer Posted / ranjan kumar yadav
the web.config file inherits the setting from machine.config
it can be customize for setting to to individual web
application.it can override all the settings of
machine.config. the web.config file is kept in the root
virtual directory of web application to apply different
setting to the application.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between asp and asp.net?
Is web config mandatory?
If we remove web.config or machine.config from the application then, is this application will works?
Explain about solution explorer window?
How Session outproc in Sqlserver stored?
How can we prepairing Interview
How would ASP and ASP.NET applications run at the same time on the same server?
What are the various session state management options provided by asp.net?
How you can return View from ASP.NET Web API method?
What are the major built-in objects in ASP.NET?
Can we have multiple master pages in asp net?
How do you declare static variable? What is its lifetime?
What is a user session?
What is the function of the ViewState property?
Define resource files.