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 are sessions and cookies?
Explain the difference between panel and groupbox classes using .net?
What does asp in asp.net stand for?
How do you do Client-side validation in .Net?
Explain the different types of directives in .net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the mvc model?
Do I need to have the latest version of windows media player installed?
What is the used of "ispostback" property?
What are session and cookies?
What is difference between session and cookies in asp net?
What is directive in asp net?
What is paging in context of Memory?
How can we create pie chart in asp.net?
What are the advantages of the code-behind feature?