<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>web-config on Curtis Timson</title><link>https://hugo.curtiscode.dev/tags/web-config/</link><description>Recent content in web-config on Curtis Timson</description><generator>Hugo -- gohugo.io</generator><language>en-GB</language><lastBuildDate>Tue, 24 Jun 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://hugo.curtiscode.dev/tags/web-config/index.xml" rel="self" type="application/rss+xml"/><item><title>Abstract config settings from web.config</title><link>https://hugo.curtiscode.dev/post/asp-net/abstract-config-settings-from-web-config/</link><pubDate>Tue, 24 Jun 2014 00:00:00 +0000</pubDate><guid>https://hugo.curtiscode.dev/post/asp-net/abstract-config-settings-from-web-config/</guid><description>In ASP.NET, application settings can be specified in the web.config file such as:
&amp;lt;appSettings&amp;gt; &amp;lt;add key=&amp;#34;PostsPerPage&amp;#34; value=&amp;#34;6&amp;#34; /&amp;gt; &amp;lt;add key=&amp;#34;CookieName&amp;#34; value=&amp;#34;Foo&amp;#34; /&amp;gt; &amp;lt;/appSettings&amp;gt; The beauty of this is that you don&amp;rsquo;t need to edit code to make changes to the application, and a single pre-compiled application can be used across multiple environments with different settings.
However, there are times when an application can have 100&amp;rsquo;s of configuration settings, which will bloat the size of the web.</description></item></channel></rss>