Web Config and Machine Config
December 20, 2007 at 8:58 pm | In .net | Leave a CommentTags: machine.config, web config
Difference between the two config files is tat, Web.config files specify configuration settings for a particular web application, and are located in the application’s root directory; the machine.config file specifies configuration settings for all of the websites on the web server, and is located in $WINDOWSDIR$\Microsoft.Net\Framework\Version\CONFIG.
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.