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 is the difference between ASP.NET Webforms and ASP.NET MVC?
What is an example of an application service provider?
What is the default timeout for a cookie?
What does mean by a neutral culture?
What is asp.net with mvc? : Asp.Net MVC
What are the asp.net list controls and difference between them?
What is datagrid asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the asp.net security controls?
Why is xap important?
What is the basic difference between asp and asp.net?
Why is an object pool required?
What is full trust in asp.net?
How you can add an event handler?
What is difference between viewstate and session in asp net?