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
Where the assembly is stored in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What are the namespaces used in asp.net mvc? : asp.net mvc
What is skin in asp.net?
What are the benefits of view state?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is full trust in asp.net?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Explain the difference between overriding and overloading?
What is difference between view and partial view?
Explain security types in asp.net?
Explain about ASP.NET?
Explain the difference between server control and html control.
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
How many types of validation are there?