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 is the difference between system.stringbuilder and system.string
What is difference between session and viewstate?
What is form method?
Can I read the hard disk serial # of the client computer using asp.net?
Explain the difference between asp & asp.net.
Can we add code files of different languages in app_code folder?
To get the values in two different controls to match which control you use it?
What is web api vs wcf?
How about the security in Activex DLL and Activex EXE ?
How to implement Authentication and Authorization?
Can you clarified A Web service can only be written in .NET or not?
Can you explain autopostback?
How do you design a website with multilingual support in ASP.NET ?
Describe session handling in a webfarm, how does it work and what are the limits?
How do I publish my asp.net application to my isp's web server?