welcome folks
FAQ in android,FAQ in dotnet,DotNet, C#,DOT NET CODE, ASP.NET, VB.NET, TRICKS,Dotnetcode,Android and Latest Technology Articles in VB,Android and ASP.NET

Tuesday, March 26, 2013

Difference between web.config, Machine.config and app.config

Web.config: It is used with web applications. web.config will by default have several configurations required for the web application. You can have a web.config for each folder under your web application.

App.config: It is used for windows applications. When you build the application in vs.net, it will be automatically renamed to <appname>.exe.config and this file has to be delivered along with your application.


Machine.config: It contains settings that apply to an entire computer. This file is located in the %runtime install path%\Config directory. Machine.config contains configuration settings for machine-wide assembly binding, built-in remoting channels, and ASP.NET.

No comments:

Post a Comment