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 is server components?
Can I read the hard disk serial # of the client computer using asp.net?
What is clickid?
Can a .net web application consume java web service?
Define a multilingual website?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What are type/key pairs in client script registration?
What do you understand by aggregate dependency?
Can you clarified A Web service can only be written in .NET or not?
What are cao and sao.
What is autopostback in asp net?
Elaborate differentiation between ViewState and SessionState?
How do you secure your connection string information?
What is difference between abstract class and an interface?
What are the advantages of asp.net mvc framework? : asp.net mvc