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 are session state modes?
What is the used of "ispostback" property?
What symbol specifies the beginning of a query string?
Securitywise What are the Enhancements in 2.0?
What is the asp.net mvc folder conventions? : asp.net mvc
Can we have multiple web config files for an asp.net application?
What is the difference between trace and debug in asp.net?
What is the difference between application state and session state in asp net?
Which Is Faster MVC or ASP.net ?
What is OSI layer? Explain different layers.
Can we override the enablepartialrendering property of the scriptmanager class?
What is the Intermittent crashing of application in production?
What is the difference between Classic ASP and ASP.Net?
COM+ Used ________________ Isolation Level
How many types of validators are there in asp net?