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
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is special types forms
How can we communicate with each server in N-tier Architecture? and what are the methods?
What are session state modes? List some of the important session state modes of asp.net.
What is class and object in asp.net?
What is round trip in asp.net?
What is Model-View-View Model?
What is application variable?
What is the difference between executescalar and executenonquery?
What are the different web pages?
What is inproc mode in session?
Will session work if cookies is disabled?
What is mvc in asp.net tutorial? : Asp.Net MVC
Does google crawl redirects?
Is post back property in asp net?