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 the features of asp.net mvc?
Explain asp.net page life cycle?
How many languages are supported by .NET at present time?
What is the difference between login controls and forms authentication?
What is viewstate? What does the “enableviewstate” property do?
Explain an object, class and method.
In which situation can you not use a viewstate?
Explain the difference between the web config and machine config.
What’s the difference between response .redirect and server.transfer?
How you can add an event handler?
Write a code for passing ArrayList in Web API?
What is the difference between custom controls and user controls?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Describe the .net base class library.
Explain the asp.net mvc request life cycle? : asp.net mvc