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
How to do state management in ASP.NET?
What is hidden field in asp.net?
Why do we need url encoding?
What are the main requirements for caching?
How can you debug your.net application?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Explain about asp.net 2.0 themes?
What is advantage of asp.net?
Can you use c# without .net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is boxing and unboxing in asp.net?
What is Razor View Engine
Explain how cookies work.
What I need to create and run an asp.net application?
What are the new features implemented in ASP.NET?