What is difference between machine.config and Web.Config?
Answer Posted / sandip divate
machine.config is for configuration settings of all the
applications on a machine. where as web.config is
application specific.it contains configuration settings for
a application.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between overriding and overloading?
What are web server controls in asp.net?
How we can force all the validation controls to run?
What is the significance of finalize method in .net?
How can I create master page in asp net?
Is there any limit for query string? Means what is the maximum size?
Explain transparent caching with aop?
How can I have a particular web page in an asp.net application which displays its own error page?
What is webresource axd?
What is rending process in ASP.NET?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are sessions used for?
What are the Types of chaching. How to implement caching
What is authorization in asp.net?
What is simple data binding?