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
List some of the important session state modes of asp.net.
Define web.config in .net?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What does mean by a neutral culture?
What is a SESSION and APPLICATION object?
What is the difference between web config and machine config files?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the difference between authentication and authorization.
What are the asp.net server side objects?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is the difference between sealed vs static class?
What is the best Macanism to clear the Cache in asp.net
What are the Types of state management techniques