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
What does a switch do?
How to use push notification?
Can you change a master page dynamically at runtime? How?
Define the types of configuration files.
How do you secure your configuration files to be accessed remotely by unauthorized users?
What is parse in asp.net?
How does session state work in asp.net?
How can we access static variable?
Explain parts of assembly?
What are the asp.net 2.0 features?
Is asp.net a programming language or framework?
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 are the steps involved to fill a dataset?
Explain the difference between array and linkedlist?
What is windows active directory authentication?