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 validation in asp.net?
What are sessions in asp net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is server side in asp.net?
Explain the Session state management options available with ASP.NET?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain server-side scripting and client-side scripting.
What is difference between inproc and outproc?
How can I have a particular web page in an asp.net application which displays its own error page?
How do you change the session time-out value?
What is the difference between web config and machine config files?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Will session work if cookies is disabled?
What is difference between web api and web services?
What are validator? Name the validation controls in asp.net?