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 the difference between executescalar and executenonquery?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Differentiate between authentication and authorization.
What is the difference between Hash table and Array list?
What is is post back property in asp net?
how can create login from create and written conde in asp.net
What is the function of new view engine in asp.net? : asp.net mvc
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Is post back property in asp net?
What is web api config?
How would ASP and ASP.NET applications run at the same time on the same server?
What is boxing and unboxing in asp.net?
Define xmlvalidatingreader class.
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
What is the server of asp.net?