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 are the asp.net list controls and difference between them?
Which namespace is used by ado.net?
What is query string?
How do you hide the columns?
Can master pages be nested?
Can you nest updatepanel within each other?
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain the asp.net page life cycle.
What is data control in asp.net?
Explain About WebService
Explain how viewstate is being formed?
What is the concepts of globalization and localization in .net?
What is the use of response redirect in asp.net?
What is viewstate information stored?
What is a master page and what does it do?