Subscribe Now!

Enter your email address:

Monday, March 7, 2011

Difference between Web.Config and Machine.Config File


Machine.Config:-


1) This is automatically installed when you install Visual Studio. Net.
2) This is also called machine level configuration file.
3)Only one machine.config file exists on a server.
4) This file is at the highest level in the configuration hierarchy.

Web.Config:-


1) This is automatically created when you create an ASP.Net web application project.
2) This is also called application level configuration file.
3)This file inherits setting from the machine.config

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...