What is difference between machine.config and Web.Config?
Answer Posted / madhunathanv
Web.config is particular WebApplication Specific,it has
diff web.config files for different applications.
Machine.config is Whole .Net Application specific ,it is
only one.ie..,machine.config applies to the entire machine
The Configuration system first searches settings in
machine.config file & then looks in application
configuration files(web.config)
AFAIK
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Give me one example of Web API Routing?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How to display validation messages in one control?
How many types of Cookies are available in ASP.NET?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is enableviewstate in asp net?
Can we store object in viewstate?
What is a 1x1 pixel?
What is the difference between stored procedure vs function?
Are xaml file compiled or built on runtime?
What is postback and autopostback in asp.net?
What is difference cookie and session?
What is asp.net globalization?
What is a user session?
Explain the difference between value type and reference type?