{"id":1128,"date":"2006-08-30T16:58:00","date_gmt":"2006-08-30T21:58:00","guid":{"rendered":"http:\/\/blogs.devhorizon.com\/reza\/?p=1128"},"modified":"2006-08-30T16:58:00","modified_gmt":"2006-08-30T21:58:00","slug":"magic-of-windows-forms-appconfig-in-vsnet","status":"publish","type":"post","link":"https:\/\/blogs.devhorizon.com\/reza\/2006\/08\/30\/magic-of-windows-forms-appconfig-in-vsnet\/","title":{"rendered":"Magic of Windows Forms App.config in VS.NET"},"content":{"rendered":"<p><P>For ASP.NET developers who are used to name their configuration files &#8220;web.config&#8221; , working with configuration files of Windows forms application in VS.NET is a little bit tricky. Let&#8217;s assume that you have an application called &#8220;<STRONG>TestConig&#8221;<\/STRONG> which generates the executable TestConig.exe. If you ever decide to add a config file to this app using visual studio ,there are couple of things to remember:<BR><BR>1) Add an new item to your project and name it <STRONG>App.config<\/STRONG> which is basically nothing more than an XML file.<BR>2)Build your project and look in the build output directory. The binRelease or binDebug directory for C# projects<BR><BR>Surprisingly you&#8217;ll see that there is a file called <STRONG>TestConig.exe.config<\/STRONG> and App.config is not what the configuration file ends up getting called, this is just what it&#8217;s called inside a Visual Studio .NET project. <BR><BR>I guess the question is that why VS.NET behaves like that? and the answer is simple:<BR><BR>TestConig.exe.config file is a copy of the App.Config file.VS.NET copies it so that you don&#8217;t need to maintain a separate debug and release version of this file. And they use the name TestConig.exe.config because that&#8217;s the magic name they&#8217;ve chosen for this behavior<\/P><br \/>\n<P><STRONG>Deployment<\/STRONG>: In deployment you need to make sure that the App.config file is renamed TestConig.exe.config or just simply pick up TestConig.exe.config from debug or release folder.<\/P><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For ASP.NET developers who are used to name their configuration files &#8220;web.config&#8221; , working with configuration files of Windows forms application in VS.NET is a little bit tricky. Let&#8217;s assume that you have an application called &#8220;TestConig&#8221; which generates the executable TestConig.exe. If you ever decide to add a config file to this app using [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-1128","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/posts\/1128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/comments?post=1128"}],"version-history":[{"count":0,"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/posts\/1128\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/media?parent=1128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/categories?post=1128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.devhorizon.com\/reza\/wp-json\/wp\/v2\/tags?post=1128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}