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 is it possible for .NET to support many languages?
What’s the difference between asp.net web forms and asp.net mvc?
Explain the code Access Security (CAS) in .net Framework?
Define the steps to set up validation control.
Who generates session id?
What is the difference between the get method () and post method ()?
Which is the parent class of the ASP.NET server control?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What are the advantages of asp.net?
What is the use of execute non query in asp.net?
What is the mvc framework?
What is Pre-Render event in ASP.NET?
Describe the method to create a permanent cookie?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Write a code snippet to implement the indentation in json in web api.