What was the difference between machine.config and
web.config files
Answer Posted / sandhya
1)Machine.config is used to store machine level settings
Web.config is used to store per application based settings
2)We can have more than one web.config files but only one
machine.config
3)Web.config overrides the machine.config file.
If we store different values on both for a single key, the
application will get the value from the web.config file
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are query strings used for?
What is the significance of attaching a profile while creating a user?
Is asp.net web forms dead?
What is data cache in sql server?
How tooltip is set through code-behind in ASP.NET?
How do I use a proxy server when invoking a web service?
What is postback request?
What is state management in asp.net with example?
What is the difference between Session and response.Redirect?
Explain how can we inherit a static variable?
What do you mean by query string?
What is another word for redirect?
Explain MVC model binders?
What does uri mean?
What are early binding and late binding.