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
What is httpresponse?
What is state management in .net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between page-level caching and fragment caching?
Define repository pattern in mvc.net? : asp.net mvc
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
8. Why do you want to work here?
What are session objects?
What is protected configuration?
What is session and cookies in asp.net?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between application state and session state in asp net?
What is application variable in asp.net?
Explain page output caching?
What is hidden field in asp.net?