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 is GAC in ASP.NET 2.0
Explain about asp.net state management?
How you will handle session when deploying application in more than a server?
Explain the difference between value type and reference type?
When cookie will expire?
What are the properties of the eventargs argument when capturing keyboard events?
Is there any alternative to avoid name collisions other then Namespaces?
Is react a template engine?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain code snippet to register exception filters from controller?
What is jade template engine?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Are cookies client side or server side?
How can you debug your.net application?