What is difference between machine.config and Web.Config?
Answer Posted / madhunathanv
Web.config is particular WebApplication Specific,it has
diff web.config files for different applications.
Machine.config is Whole .Net Application specific ,it is
only one.ie..,machine.config applies to the entire machine
The Configuration system first searches settings in
machine.config file & then looks in application
configuration files(web.config)
AFAIK
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Define the term Scavenging in Caching?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Where is asp.net view state stored?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Disable browser cache for entire ASP.NET website?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
How does u call and execute a sp in .net?
What is web api and why to use it?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is server infrastructure & server components?
Explain the use of resource manager class in .net.
What are the two types of web pages?
What is a 404 redirect?