What is web.config and machine.config ?
Answer Posted / naren
1. web.config and machine.config both are the configuration
files
2. web.config files contains settings specific to a web
application, machine.config file contains settings to
computer.
3. configuration system first searches settings in the
machine.config file next look at web.config file
4. web.config file exists within the web application,
machine.config file exists in the
c:\windows\microsoft.net\framework\version\config file
5. if we remove web.config file it does not contains any
connection string settings the web application will run, if
we remove machine.config file no one windows and web
application will run.
Is This Answer Correct ? | 55 Yes | 5 No |
Post New Answer View All Answers
Explain parts of assembly?
How can I create master page in asp net?
What is web api and why to use it?
What is session state server?
What is Forms Authentication in ASP.NET?
How do you secure your connection string information?
Explain what is postback in asp. Net?
How can you implement the postback property of an asp.net control?
Explain difference betn dataset and recordset?
How do you implement sql caching in asp.net?
What are custom user controls in asp.net?
Explain the main function of razor in asp.net? : asp.net mvc
Explain the overview of asp.net?
About CLR, reflection and assemblies?
What are the authentication types in asp.net?