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 round trip in asp.net?
What is query string with example?
what is the difference between response.write() and response.output.write()?
How do you hide the columns?
What’s the use of “GLOBAL.ASAX” file?
What is the difference between response.redirect and server.transfer?
Can you explain one critical mapping?
Can you set the session out time manually?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What does occur first in ASP.Net, Authentication or Authorization?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Can we handle the error and redirect to some pages using web.config?
How you can access the properties and controls of master pages from content pages?
What is difference between Fragment Caching and Page Caching in ASP.NET?