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 are the steps to follow to host a web application on a web server?
Which is better union or union all?
What is the use of view state?
Explain login controls.
What are ASHX files?
In how many ways we can retrieve table records count?
What does a switch do?
What is session management in web application?
Can I combine classic asp and asp.net pages?
Difference between application events and session events
What kind of programming language is ASP.NET?
What are session and cookies?
To bind columns manually which tags do you need to add within the asp:datagrid ?
in which protocol ASP.NET WEB API Work?
Explain the difference between array and linkedlist?