What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / gaurav kumar soni
Web config File is Most Important part of any application. without web config file you can't execute any web application. In web config we declare all setting like Connection String, Memory Management, customizing security,state management and
much more. While machine.config file defines the supported
configuration file section,configure asp.net worker process
and registers providers that can be used for advanced
features such as profiles,membership and role-based
security
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Who is using asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
Explain about secure socket layer?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is data grid view in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?
What is the function of the ViewState property?
Can you clarified A Web service can only be written in .NET or not?
In the Repeater control which way you can edit?
What is web api vs wcf?
How do you declare static variable? What is its lifetime?
How does the iis work?
Why mvc is faster than asp.net? : Asp.Net MVC
Define repository pattern in asp.net mvc? : asp.net mvc
What is the difference between “Web.config” and “Machine.Config”?