What was the difference between machine.config and
web.config files
Answer Posted / ranjeet kumar
web.config files apply settings to each web application,
but
machine.congig file apply settings to all asp.net
applications.
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
Can we set master page as a start page?
What is clickid?
How many languages are supported by .NET at present time?
What is Forms Authentication in ASP.NET?
Can we use MSSql as backend in asp.net...if yes then How.?
Define page output caching?
How does a content page different from a master page?
What is an imagemap in asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Using code explain Configuration Management
Can more than one person use the same login?
Explain some of the major built-in objects in asp.net
What is the difference between equals() and == in c#?
Which is faster viewdata or viewbag?
Explain significance of routing? : asp.net mvc