Answer Posted / alb.shah
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 ? | 12 Yes | 0 No |
Post New Answer View All Answers
What’s the use of “GLOBAL.ASAX” file?
They mostly asked difference between versions of technologies
Why do we need asp.net?
How would you create a permanent cookie?
Is asp.net and .net same?
How can you implement encapsulation in asp.net?
What is the default authentication mode for asp.net?
Mention the execution process for managed code?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain how is a property designated as read-only?
What is the use of ASP.NET routing?
What is a proxy in web service?
what is loosely coupled solution? How it can be used?
Explain asp.net mvc request life cycle? : asp.net mvc
Give a few examples of page life cycle events.