<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with IIS</title>
    <description>the latest stories tagged with 'IIS' 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>Web Performance: AXD files compression.</title>
      <description>Data compression tweaks for IIS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fyevgenif%2farchive%2f2009%2f02%2f16%2fweb-performance-axd-files-compression.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fyevgenif%2farchive%2f2009%2f02%2f16%2fweb-performance-axd-files-compression.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Web_Performance_AXD_files_compression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Web_Performance_AXD_files_compression</guid>
      <pubDate>Mon, 16 Feb 2009 13:17:43 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint not reachable through IE, with Firefox no problem</title>
      <description>Problem description: Internet Explorer cannot display the webpage
At one of my customers, all of a sudden, the SharePoint website was not accessible anymore for some users. Those users were prompted for their credentials when trying to enter the SharePoint website, but then they got immediately a Internet Explorer cannot display the webpage error page. The SharePoint environment was a MOSS 2007 environment with Windows Authentication.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fsharepoint-not-reachable-through.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpatrikluca.blogspot.com%2f2009%2f02%2fsharepoint-not-reachable-through.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/SharePoint_not_reachable_through_IE_with_Firefox_no_problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/SharePoint_not_reachable_through_IE_with_Firefox_no_problem</guid>
      <pubDate>Sat, 14 Feb 2009 03:06:21 GMT</pubDate>
    </item>
    <item>
      <title>Setup 301 Redirect handler for all domains on an IIS Server</title>
      <description>Using the Default Website in IIS create a one-time SEO friendly redirect for all non-www domains hosted on the server to their www.domain.com equivalent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developeers.net%2f2009%2f01%2fsetup-301-redirect-handler-for-all.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developeers.net%2f2009%2f01%2fsetup-301-redirect-handler-for-all.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Setup_301_Redirect_handler_for_all_domains_on_an_IIS_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Setup_301_Redirect_handler_for_all_domains_on_an_IIS_Server</guid>
      <pubDate>Fri, 30 Jan 2009 01:39:38 GMT</pubDate>
    </item>
    <item>
      <title>Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0</title>
      <description>A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fremove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fremove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remove_WWW_Prefix_from_URLs_with_URL_Rewrite_Module_for_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remove_WWW_Prefix_from_URLs_with_URL_Rewrite_Module_for_IIS_7_0</guid>
      <pubDate>Sun, 25 Jan 2009 17:31:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET application lockdown on IIS 7</title>
      <description>&amp;quot;With IIS 7 it is now easier than ever to customize the inner workings of ASP.NET applications using only the web.config. It is possible to remove all the features but the ones the specific application uses. In other words, we are able to lock down our applications and only turn on the features we need. The reason to do this is to reduce the attack surface of the application as well as stay in total control all the way from the IIS and into the ASP.NET application.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fASPNET-application-lockdown-on-IIS-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fASPNET-application-lockdown-on-IIS-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_application_lockdown_on_IIS_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_application_lockdown_on_IIS_7</guid>
      <pubDate>Sat, 24 Jan 2009 04:31:47 GMT</pubDate>
    </item>
    <item>
      <title>IIS7 in Windows Server 2008 R</title>
      <description>&amp;quot;For the last year and a half, the IIS product team has been working hard on building IIS extensions on top of the IIS7 platform, releasing betas, RCs and RTWs that add new support for optimizing media hosting, web content publishing, site and server administration, deployment and migration, and request handling.  We would not be able to innovate and build production-ready, fully supported MS software in 12-18 months like this without the architectural changes we introduced in IIS7 in Windows Server 2008. Now with Windows Server 2008 R2, we have added some improvements, fit and finish to that IIS7 platform.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fmailant%2farchive%2f2009%2f01%2f11%2fiis7-in-windows-server-2008-r2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fmailant%2farchive%2f2009%2f01%2f11%2fiis7-in-windows-server-2008-r2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS7_in_Windows_Server_2008_R</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS7_in_Windows_Server_2008_R</guid>
      <pubDate>Fri, 23 Jan 2009 02:33:52 GMT</pubDate>
    </item>
    <item>
      <title>Migration from IIS6 + SQL 2005 (32-bit) to IIS7 + SQL 2008 (64-bit)</title>
      <description>A few main issues encountered during our migration from  IIS6 + SQL 2005 (32-bit) to IIS7 + SQL 2008 (64-bit). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f01%2fGotchas-Migration-from-IIS6-2b-SQL-2005-(32-bit)-to-IIS7-2b-SQL-2008-(64-bit).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f01%2fGotchas-Migration-from-IIS6-2b-SQL-2005-(32-bit)-to-IIS7-2b-SQL-2008-(64-bit).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Migration_from_IIS6_SQL_2005_32_bit_to_IIS7_SQL_2008_64_bit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Migration_from_IIS6_SQL_2005_32_bit_to_IIS7_SQL_2008_64_bit</guid>
      <pubDate>Fri, 16 Jan 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Debugging SharePoint Custom Code (IIS tip)</title>
      <description>This also has a usefull tip for ASP and IIS.

Unfortunately, debugging custom code for SharePoint isn't as easy as just pressing F5 from inside of Visual Studio 2008--but debugging can be set up easily by following the basic steps below: 
Determine the process id of your app pool. 
Attach the Visual Studio debugger to the process. 
Since this can be tricky to set up the first time, I'll walk you through the steps. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.azsharepointpros.com%2fShareAndEnjoy%2fLists%2fPosts%2fPost.aspx%3fID%3d7"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.azsharepointpros.com%2fShareAndEnjoy%2fLists%2fPosts%2fPost.aspx%3fID%3d7" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Debugging_SharePoint_Custom_Code_IIS_tip</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Debugging_SharePoint_Custom_Code_IIS_tip</guid>
      <pubDate>Thu, 11 Dec 2008 10:02:49 GMT</pubDate>
    </item>
    <item>
      <title>How to debug an obscure IIS error</title>
      <description>ScottHa shows how you can get to the bottom of a clear (as mud) problem when starting IIS using Process Monitor and Process Explorer and a little bit of intuition. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFixedWindowsProcessActivationServiceWASIsStoppingBecauseItEncounteredAnError.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFixedWindowsProcessActivationServiceWASIsStoppingBecauseItEncounteredAnError.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_debug_an_obscure_IIS_error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_debug_an_obscure_IIS_error</guid>
      <pubDate>Thu, 13 Nov 2008 01:59:13 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Web Platform Installer Beta</title>
      <description>Making the Microsoft Web Platform Install like Microsoft Office Suite, More... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fco1piltwb.partners.extranet.microsoft.com%2fmcoeredir%2fmcoeredirect.aspx%3flinkId%3d10685092%26s1%3d101cf332-3d7c-062b-47df-f39354a3979a"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fco1piltwb.partners.extranet.microsoft.com%2fmcoeredir%2fmcoeredirect.aspx%3flinkId%3d10685092%26s1%3d101cf332-3d7c-062b-47df-f39354a3979a" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Microsoft_Web_Platform_Installer_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Microsoft_Web_Platform_Installer_Beta</guid>
      <pubDate>Fri, 17 Oct 2008 06:41:06 GMT</pubDate>
    </item>
    <item>
      <title>Missing ASP.Net tab in IIS</title>
      <description>Steps to fix missing ASP.Net tab in IIS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f10%2f13%2fmissing-aspnet-tab-in-iis%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f10%2f13%2fmissing-aspnet-tab-in-iis%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Missing_ASP_Net_tab_in_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Missing_ASP_Net_tab_in_IIS</guid>
      <pubDate>Mon, 13 Oct 2008 19:20:32 GMT</pubDate>
    </item>
    <item>
      <title>Using IIS Manager Users Authentication in your Web Application</title>
      <description>Today in the IIS.NET Forums a question was asked if it was possible to use the same IIS Manager Users authentication in the context of a Web Application so that you could have say something like WebDAV using the same credentials as you use when using IIS Manager Remote Administration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f09%2f25%2fusing-iis-manager-users-authentication-in-your-web-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f09%2f25%2fusing-iis-manager-users-authentication-in-your-web-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_IIS_Manager_Users_Authentication_in_your_Web_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_IIS_Manager_Users_Authentication_in_your_Web_Application</guid>
      <pubDate>Fri, 26 Sep 2008 19:52:22 GMT</pubDate>
    </item>
    <item>
      <title>IIS7 - Configure Throttling for your documents (any MIME type) and sav</title>
      <description>Do you have a high traffic site where you have a lot of WMV/AVI/FLV/PDF documents (or any other MIME type) where your maximum bandwidth of the site is utilized? Do you ever think where majority of the bandwidth would go?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fIIS%2f74_IIS7_-_Configure_Throttling_for_your_documents_(any_MIME_type)_and_save_Bandwidth_costs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fIIS%2f74_IIS7_-_Configure_Throttling_for_your_documents_(any_MIME_type)_and_save_Bandwidth_costs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IIS7_Configure_Throttling_for_your_documents_any_MIME_type_and_sav</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IIS7_Configure_Throttling_for_your_documents_any_MIME_type_and_sav</guid>
      <pubDate>Fri, 12 Sep 2008 22:36:18 GMT</pubDate>
    </item>
    <item>
      <title>New Modules for IIS7</title>
      <description>Scott Hanselman describes three new preview releases the IIS7 team put out this week. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fNewModulesForIIS7ApplicationRequestRoutingProxyAndLoadBalancingModule.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fNewModulesForIIS7ApplicationRequestRoutingProxyAndLoadBalancingModule.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/New_Modules_for_IIS7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/New_Modules_for_IIS7</guid>
      <pubDate>Mon, 21 Jul 2008 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title> Configuring ASP.NET 1.1 websites on IIS 7.0</title>
      <description>If you want to run your existing ASP.NET 1.1 websites under .NET Framework v1.1  please read this post Configuring .NET Framework 1.1 on windows vista and follow the below steps.

1. Open IIS 7 by going through Control Panel/Administrative Tools and please select the ISAPI and CGI Restrictions option from IIS section. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2funcategorized%2fconfiguring-aspnet-11-websites-on-iis-70%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2funcategorized%2fconfiguring-aspnet-11-websites-on-iis-70%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Configuring_ASP_NET_1_1_websites_on_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Configuring_ASP_NET_1_1_websites_on_IIS_7_0</guid>
      <pubDate>Sun, 13 Jul 2008 19:50:04 GMT</pubDate>
    </item>
    <item>
      <title>Redirecting an HTTP Request to HTTPS in IIS 7.0</title>
      <description>Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_7_0</guid>
      <pubDate>Tue, 08 Jul 2008 14:48:30 GMT</pubDate>
    </item>
    <item>
      <title>Deploy ASP.NET MVC on IIS 6, solve 404, compression and performance pr</title>
      <description>Load dynamic pages 5 to 20 times faster by compressing response on the fly.
Serve static files (js, html, css) 10 to 100 times faster by compressing and caching their content.
Improve repeated site load time by maximizing caching on browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f06%2f30%2fdeploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f06%2f30%2fdeploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Deploy_ASP_NET_MVC_on_IIS_6_solve_404_compression_and_performance_pr</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Deploy_ASP_NET_MVC_on_IIS_6_solve_404_compression_and_performance_pr</guid>
      <pubDate>Mon, 30 Jun 2008 16:35:23 GMT</pubDate>
    </item>
    <item>
      <title>Troubleshooting IIS Authentication Problems - 401.1 HTTP Error</title>
      <description>How to fix 401.1 errors on Windows Server 2003 SP1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.arkesystems.com%2fblog%2fpost%2f2008%2f06%2fTroubleshooting-IIS-Authentication-Problems---4011-HTTP-Error.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.arkesystems.com%2fblog%2fpost%2f2008%2f06%2fTroubleshooting-IIS-Authentication-Problems---4011-HTTP-Error.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Troubleshooting_IIS_Authentication_Problems_401_1_HTTP_Error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Troubleshooting_IIS_Authentication_Problems_401_1_HTTP_Error</guid>
      <pubDate>Fri, 27 Jun 2008 12:48:48 GMT</pubDate>
    </item>
    <item>
      <title>IIS7 URL Rewriting Module Documentation and Walkthroughs</title>
      <description>The Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f460%2fusing-url-rewrite-module%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f460%2fusing-url-rewrite-module%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IIS7_URL_Rewriting_Module_Documentation_and_Walkthroughs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IIS7_URL_Rewriting_Module_Documentation_and_Walkthroughs</guid>
      <pubDate>Sat, 31 May 2008 13:24:32 GMT</pubDate>
    </item>
    <item>
      <title>The future of .NET, Visual Studio and more</title>
      <description>The career pages of Microsoft give hints what the future holds for us developers. This post picks out the interesting little details about future versions of Visual Studio, .NET Framework, SharePoint, SQL Server etc and analyzes a bit what they could mean. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2f2008%2f05%2f24%2fthe-future-of-net-visual-studio-and-more%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2f2008%2f05%2f24%2fthe-future-of-net-visual-studio-and-more%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_future_of_NET_Visual_Studio_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_future_of_NET_Visual_Studio_and_more</guid>
      <pubDate>Mon, 26 May 2008 17:31:04 GMT</pubDate>
    </item>
    <item>
      <title>.NET Debugging Demos - Information and setup instructions (IIS)</title>
      <description>This is a series of debugging demos aimed to help you get some hands on experience in debugging the most common types of Hang/performance, memory and crash scenarios in .net applications. 

The demos are written in ASP.NET which means that you do need IIS and .net framework 2.0 installed on the development machine where you install the demos.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2ftess%2fpages%2fnet-debugging-demos-information-and-setup-instructions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2ftess%2fpages%2fnet-debugging-demos-information-and-setup-instructions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_Debugging_Demos_Information_and_setup_instructions_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_Debugging_Demos_Information_and_setup_instructions_IIS</guid>
      <pubDate>Thu, 22 May 2008 02:21:03 GMT</pubDate>
    </item>
    <item>
      <title>Build Scalable ASP.NET Websites using Asyncronous Programming Models</title>
      <description>Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2femea%2fmsdn%2fspotlight%2fsessionh.aspx%3fvideoid%3d715"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2femea%2fmsdn%2fspotlight%2fsessionh.aspx%3fvideoid%3d715" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Build_Scalable_ASP_NET_Websites_using_Asyncronous_Programming_Models</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Build_Scalable_ASP_NET_Websites_using_Asyncronous_Programming_Models</guid>
      <pubDate>Sat, 26 Apr 2008 00:10:35 GMT</pubDate>
    </item>
    <item>
      <title>Host your own Web Server in your app using IIS7 Hostable Web Core</title>
      <description>IIS 7.0 includes a very cool feature that is not so well known called Hostable WebCore (HWC). This feature basically allows you to host the entire IIS functionality within your own process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f04%2f14%2fhost-your-own-web-server-in-your-application-using-iis-7-0-hostable-web-core.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f04%2f14%2fhost-your-own-web-server-in-your-application-using-iis-7-0-hostable-web-core.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Host_your_own_Web_Server_in_your_app_using_IIS7_Hostable_Web_Core</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Host_your_own_Web_Server_in_your_app_using_IIS7_Hostable_Web_Core</guid>
      <pubDate>Tue, 15 Apr 2008 00:27:59 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu tells about the new IIS7 Admin Pack</title>
      <description>&amp;quot;Last week the IIS team shipped the first technical preview of some really cool administration modules that I think web developers will find super useful.&amp;quot;

Database Manager, Log Reports, Configuration Editor, Request Filtering UI, .NET Authorization, FastCGI UI &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%2f2008%2f03%2f26%2fnew-log-reporting-database-management-and-other-cool-admin-modules-for-iis-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f26%2fnew-log-reporting-database-management-and-other-cool-admin-modules-for-iis-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ScottGu_tells_about_the_new_IIS7_Admin_Pack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ScottGu_tells_about_the_new_IIS7_Admin_Pack</guid>
      <pubDate>Thu, 27 Mar 2008 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>More on GZip compression with ASP.NET Content</title>
      <description>If you have a hosted site, sometimes you cannot change settings on the IIS server. This article shows you how to enable GZip compression directly within ASP, bypassing the server settings. I used this code on my site and it works great. &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%2f10564.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f10564.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/More_on_GZip_compression_with_ASP_NET_Content</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/More_on_GZip_compression_with_ASP_NET_Content</guid>
      <pubDate>Fri, 21 Mar 2008 04:01:04 GMT</pubDate>
    </item>
  </channel>
</rss>