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
What are web beacons used for?
Explain the difference between array and linkedlist?
What are the major built-in objects in ASP.NET?
To add a hyperlink column to the DataGrid which tag is used ?
What is application variable?
Differentiate the session object and application object?
How can you make sure that web api returns json data only?
Any disadvantages in Dataset and in reflection ?
Explain the overview of asp.net?
What is the difference between server-side scripting and client-side scripting?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What are the contents of cookie?
How can you implement encapsulation in asp.net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is a ashx file?