What was the difference between machine.config and
web.config files
Answer Posted / morasa.srinivasarao
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we make sure that Web API returns JSON data only?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the difference between web.config and machine.config in ASP.NET?
in which protocol ASP.NET WEB API Work?
What are the types of authentication in asp.net?
Can a .net web application consume java web service?
What threading model used in asp and asp.net?
Explain the difference between overriding and overloading?
Explain the difference between inline and code behind - which is best in?
What is the maximum amount of memory any single process on windows can address?
what are configuration files?
How can you apply a theme to your asp.net application?
What are the different types of proxy patterns?
How ViewstateMac works?
What are session state modes? List some of the important session state modes of asp.net.