<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with web.config</title>
    <description>the latest stories tagged with 'web.config' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>You can also register your ASP.NET Web User Controls in Web.Config?</title>
      <description>In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future if you want to move the location of your User controls you will be forced to change the Register directive in multiple places depending on how many pages you have used the User Control. This could be a pain. This can be easily solved by moving the registration of the user control to your Web.config file with the following entry, so that any change in location can be updated only at one place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</guid>
      <pubDate>Tue, 30 Sep 2008 02:10:39 GMT</pubDate>
    </item>
    <item>
      <title>Development vs. Production Web.config</title>
      <description>I describe a quick and easy way of changing or removing development settings in your web.config to make it production ready. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f07%2fdevelopment-vs-production-webconfig.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f07%2fdevelopment-vs-production-webconfig.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Development_vs_Production_Web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Development_vs_Production_Web_config</guid>
      <pubDate>Thu, 10 Jul 2008 20:04:37 GMT</pubDate>
    </item>
    <item>
      <title>How to prevent web.config inheritance in ASP.NET child virtual directo</title>
      <description>If you add a new ASP.NET web site as a virtual directory/application under an existing ASP.NET web site, then you'll probably be having some problems with web.config inheritance. Even if the sub-webapp is physically separate, just being in a virtual directory located within another webapp will result in many of the settings being inherited and messing up your sub-webapp. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2008%2f04%2f30%2fhow-to-prevent-webconfig-inheritance-in-aspnet-child-virtual-directories-and-applications%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2008%2f04%2f30%2fhow-to-prevent-webconfig-inheritance-in-aspnet-child-virtual-directories-and-applications%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_prevent_web_config_inheritance_in_ASP_NET_child_virtual_directo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_prevent_web_config_inheritance_in_ASP_NET_child_virtual_directo</guid>
      <pubDate>Thu, 03 Jul 2008 19:10:21 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To SQL and the Web.Config ConnectionString Value</title>
      <description>This saved me a lot of time. Great post.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f203567.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f203567.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_To_SQL_and_the_Web_Config_ConnectionString_Value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_To_SQL_and_the_Web_Config_ConnectionString_Value</guid>
      <pubDate>Wed, 11 Jun 2008 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Securing Configurations</title>
      <description>Have you ever wanted to provide a level of protection to your values in the configuration files? Using aspnet_regiis will help you in encrypting the configuration section(s) in the config files. The executable resides in: &amp;quot;&amp;lt;windows_root&amp;gt;\Microsoft.NET\Framework\&amp;lt;framework_version&amp;gt;&amp;quot; and It was common to be used in installing ASP.NET on IIS. However, you can use it as well in encrypting/decrypting the configuration files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f02%2fsecuring-configurations.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f02%2fsecuring-configurations.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Securing_Configurations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Securing_Configurations</guid>
      <pubDate>Sat, 16 Feb 2008 19:37:56 GMT</pubDate>
    </item>
    <item>
      <title>Working With Connection Strings in ASP.NET 2.0</title>
      <description>If you work with data, then you need a way to connect to your data source and manipulate the information contained within. In .Net, as always, there are a number of ways to tackle this issue. This article provides an overview of the most common methods and links to further reading. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.oyonti.com%2fpost%2f2007%2f11%2fWorking-With-Connection-Strings-in-ASPNET-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.oyonti.com%2fpost%2f2007%2f11%2fWorking-With-Connection-Strings-in-ASPNET-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_With_Connection_Strings_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_With_Connection_Strings_in_ASP_NET_2_0</guid>
      <pubDate>Tue, 04 Dec 2007 20:14:47 GMT</pubDate>
    </item>
    <item>
      <title>Managing ASP.NET Dev, Staging and Production Connection Strings</title>
      <description>If you work with a large number of applications then you know what a pain it can be to manage multiple web.config files and multiple connection strings for development, staging/test, and production databases.  This article discusses an alternative that allows connection strings to be consolidated into a single file that can be shared across mutliple applications.  It also shows how connection strings can be loaded dynamically based upon a URL which can greatly simplify getting correct connection strings for dev, staging, and production databases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f09%2f22%2fmanaging-asp-net-development-staging-and-production-connection-strings-without-pulling-your-hair-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f09%2f22%2fmanaging-asp-net-development-staging-and-production-connection-strings-without-pulling-your-hair-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Managing_ASP_NET_Dev_Staging_and_Production_Connection_Strings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Managing_ASP_NET_Dev_Staging_and_Production_Connection_Strings</guid>
      <pubDate>Tue, 25 Sep 2007 01:00:45 GMT</pubDate>
    </item>
    <item>
      <title>Tip: Automating Dev, QA, Staging, and Production Web.Config Settings</title>
      <description>&amp;quot;One of the questions I get asked fairly regularly is: 'how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?'  The most common scenario for this is one where an application uses different database connection-strings for testing and production purposes.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f09%2f21%2ftip-trick-automating-dev-qa-staging-and-production-web-config-settings-with-vs-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f09%2f21%2ftip-trick-automating-dev-qa-staging-and-production-web-config-settings-with-vs-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tip_Automating_Dev_QA_Staging_and_Production_Web_Config_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tip_Automating_Dev_QA_Staging_and_Production_Web_Config_Settings</guid>
      <pubDate>Sat, 22 Sep 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Using SingleTagSectionHandler Instead Of appSettings</title>
      <description>As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</guid>
      <pubDate>Thu, 06 Sep 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Updated your web.config, but Sys is still undefined?</title>
      <description>How to use ASP.NET AJAX's Application.init event to safely call JavaScript after the framework is initialized and avoid the dreaded Sys is undefined error. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f08%2f16%2fupdated-your-webconfig-but-sys-is-still-undefined%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f08%2f16%2fupdated-your-webconfig-but-sys-is-still-undefined%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Updated_your_web_config_but_Sys_is_still_undefined</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Updated_your_web_config_but_Sys_is_still_undefined</guid>
      <pubDate>Fri, 17 Aug 2007 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Working With Web.config And App_Code</title>
      <description>Few things to know when working with Web.config and App_Code directory. What is the assembly name for App_Code classes, how to use controls defined there etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fWorkingWithWebconfigAndAppCodeDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fWorkingWithWebconfigAndAppCodeDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_With_Web_config_And_App_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_With_Web_config_And_App_Code</guid>
      <pubDate>Mon, 25 Jun 2007 09:23:43 GMT</pubDate>
    </item>
    <item>
      <title>Tip: Put Connection Strings in Their Own Configuration File</title>
      <description>This post explain how to split the connection string out into a new configuration file, user.config. Doing this should make day to day development easier for our development team by reducing the number of merge conflicts in web.config.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f06%2f07%2ftip-put-connection-strings-in-their-own-configuration-file.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f06%2f07%2ftip-put-connection-strings-in-their-own-configuration-file.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tip_Put_Connection_Strings_in_Their_Own_Configuration_File</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tip_Put_Connection_Strings_in_Their_Own_Configuration_File</guid>
      <pubDate>Fri, 08 Jun 2007 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Factoring Configuration</title>
      <description>A little known attribute, configSource, enables some level of configuration factoring and splitting for the ever-growing web.config... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nikhilk.net%2fConfigSourceAttribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nikhilk.net%2fConfigSourceAttribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Factoring_Configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Factoring_Configuration</guid>
      <pubDate>Wed, 02 May 2007 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX: Message Length Exceeded Error Fix</title>
      <description>If you get the Message Length Exceeded error then open your web.config file and increase maxJsonLength to something bigger than 500
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f04%2faspnet-ajax-message-length-exceeded.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f04%2faspnet-ajax-message-length-exceeded.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Message_Length_Exceeded_Error_Fix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Message_Length_Exceeded_Error_Fix</guid>
      <pubDate>Sun, 08 Apr 2007 06:41:19 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 2.0 Override debug=true in web.config by machine.config</title>
      <description>Deploying web applications can become a painful task if you have to check for a number of settings that you have to modify your code to make it work in production environment. There are chances that developers might miss something if there are a lot of deployment pushes. Features like debugging, tracing, error message display could be a big performance issue if they are turned &amp;quot;on&amp;quot;  the production environment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codemodule.net%2fPermaLink%2cguid%2c481baf18-e90f-401c-8d6b-281a6d4665ab.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codemodule.net%2fPermaLink%2cguid%2c481baf18-e90f-401c-8d6b-281a6d4665ab.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_Override_debug_true_in_web_config_by_machine_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_Override_debug_true_in_web_config_by_machine_config</guid>
      <pubDate>Tue, 27 Feb 2007 07:31:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net Quick Tips - Web.config</title>
      <description>ASP.Net web.config tips.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscottwater.com%2fblog%2farchive%2fasp-net-web-config-tips-part-two%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscottwater.com%2fblog%2farchive%2fasp-net-web-config-tips-part-two%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_Quick_Tips_Web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_Quick_Tips_Web_config</guid>
      <pubDate>Tue, 20 Feb 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Tool: Creating a custom MachineKey in ASP.NET</title>
      <description>&amp;quot;There are many times when it is worthwhile to create a custom machineKey for your web.config file.  This is worthwhile on a webfarm but also worthwhile on a stand-alone server so that your machineKey remains the same after an iisreset or application pool recycle. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fowscott%2farchive%2f2006%2f12%2f13%2ftool-creating-a-custom-machinekey-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fowscott%2farchive%2f2006%2f12%2f13%2ftool-creating-a-custom-machinekey-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tool_Creating_a_custom_MachineKey_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tool_Creating_a_custom_MachineKey_in_ASP_NET</guid>
      <pubDate>Fri, 15 Dec 2006 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Handling Google Maps API Keys with ASP.NET MasterPages and Web.config</title>
      <description>Juggling Google Maps API keys for a single application between multiple locations (local development, testing server, production server, etc...) can be a pain.  Here's a trick that will simplify your life. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shepherdweb.com%2f2006%2f12%2f08%2fhandling-google-maps-api-keys-with-aspnet-masterpages-and-webconfig%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shepherdweb.com%2f2006%2f12%2f08%2fhandling-google-maps-api-keys-with-aspnet-masterpages-and-webconfig%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Handling_Google_Maps_API_Keys_with_ASP_NET_MasterPages_and_Web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Handling_Google_Maps_API_Keys_with_ASP_NET_MasterPages_and_Web_config</guid>
      <pubDate>Fri, 08 Dec 2006 14:03:51 GMT</pubDate>
    </item>
    <item>
      <title>How to Register User Controls and Custom Controls in Web.config</title>
      <description>How to Register User Controls and Custom Controls in Web.config &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f11%2f26%2ftip-trick-how-to-register-user-controls-and-custom-controls-in-web-config.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f11%2f26%2ftip-trick-how-to-register-user-controls-and-custom-controls-in-web-config.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Register_User_Controls_and_Custom_Controls_in_Web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Register_User_Controls_and_Custom_Controls_in_Web_config</guid>
      <pubDate>Mon, 27 Nov 2006 10:31:01 GMT</pubDate>
    </item>
    <item>
      <title>ConfigController class for normalizing web.config appSettings values</title>
      <description>Encapsulate appSettings from the web.config file in a static class that returns the variables as properties of the correct type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f10%2f18%2fConfigControllerClassForNormalizingWebconfigAppSettingsValues.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f10%2f18%2fConfigControllerClassForNormalizingWebconfigAppSettingsValues.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ConfigController_class_for_normalizing_web_config_appSettings_values</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ConfigController_class_for_normalizing_web_config_appSettings_values</guid>
      <pubDate>Wed, 18 Oct 2006 10:16:39 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Security Vulnerabilities in .NET Configuration Files</title>
      <description>Developers often concentrate on writing secure code but leave security vulnerabilities in application configuration files. Discover the most common configuration security problems-and how to avoid them.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devx.com%2fdotnet%2fArticle%2f32493"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devx.com%2fdotnet%2fArticle%2f32493" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Top_10_Security_Vulnerabilities_in_NET_Configuration_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Top_10_Security_Vulnerabilities_in_NET_Configuration_Files</guid>
      <pubDate>Mon, 02 Oct 2006 08:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>