What was the difference between machine.config and
web.config files
Answer Posted / naveen malik
Machine.Config:-
1. This file comes from the Visual Studio .net installation.
2. You can refer this file as machine level configuration
file.
3. This file you can search in the server.
Web.Config:-
1. This file gets created with your application.
2. You can refer this file as application level
configuration file.
3. This file inherits setting from the machine.config
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between MVC And MVP design pattrens
Web API uses which library for JSON serialization?
What is sta?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is a windows service?
What is web api config?
How to bind all the binding controls in a page at once in ASP.NET?
What is work flow gen? how can it will work with .Net?
Explain the various authentication mechanisms in asp.net.
What is a page life cycle?
Why is mvc better than asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What kind of data can be stored in viewstate?
Which object wraps the state or data of a user?
What is form submit?