What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / krupali
Web.config file is a XML-based configuration file for
asp.net application.It includes the settings for
customizing security,state management,memory 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.so web.config file provides the application level
and session level information.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What does the .webpart file do?
How does asp.net page work?
What are Caching techniques in .NET
What does session_start () do?
Explain security types in asp.net?
Describe the application event handlers in ASP.NET?
What is the parent class of all web server control?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
About CLR, reflection and assemblies?
What is the Intermittent crashing of application in production?
What is a swagger in web api?
Define resource files.
What is rending process in ASP.NET?
Can we use MSSql as backend in asp.net...if yes then How.?
Differentiate between early binding and late binding.