<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with IIS7</title>
    <description>the latest stories tagged with 'IIS7' 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>Live Smooth Streaming: Retrieving the configuration settings via code</title>
      <description>In my previous post, I explained how the Microsoft.Web.Administration API of IIS7 helped us to manage the Live Smooth Streaming Publishing Points programmatically. In this post I'm going to show you how, using the same API, you can retrieve the Live Smooth Streaming configuration settings.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f17%2flive-smooth-streaming-how-to-retrieve-the-configuration-settings-programmatically%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f17%2flive-smooth-streaming-how-to-retrieve-the-configuration-settings-programmatically%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Live_Smooth_Streaming_Retrieving_the_configuration_settings_via_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Live_Smooth_Streaming_Retrieving_the_configuration_settings_via_code</guid>
      <pubDate>Wed, 01 Jul 2009 19:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Live Smooth Streaming: Managing a Publishing point via code</title>
      <description>Live Smooth Streaming: How-to: Start, Stop &amp;amp; Shutdown a Publishing Point Programmatically. Describes how to use the Microsoft.Web.Administration API to perform different operations over a live smooth streaming publishing point. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f16%2flive-smooth-streaming-how-to-start-stop-shutdown-a-publishing-point-programmatically%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f16%2flive-smooth-streaming-how-to-start-stop-shutdown-a-publishing-point-programmatically%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Live_Smooth_Streaming_Managing_a_Publishing_point_via_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Live_Smooth_Streaming_Managing_a_Publishing_point_via_code</guid>
      <pubDate>Thu, 04 Jun 2009 17:23:47 GMT</pubDate>
    </item>
    <item>
      <title>IIS Search Engine Optimization Toolkit (ScottGu)</title>
      <description>&amp;quot;Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it.&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%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</guid>
      <pubDate>Thu, 04 Jun 2009 10:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Optimize asp.net website on IIS7, using GZip compression</title>
      <description>How to setup GZip compression for javascript files and dynamic content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbiasecurities.com%2fblog%2f2009%2fiis7-how-to-quickly-and-easily-optimize-your-website-using-gzip-compression%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbiasecurities.com%2fblog%2f2009%2fiis7-how-to-quickly-and-easily-optimize-your-website-using-gzip-compression%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Optimize_asp_net_website_on_IIS7_using_GZip_compression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Optimize_asp_net_website_on_IIS7_using_GZip_compression</guid>
      <pubDate>Wed, 22 Apr 2009 12:49:00 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 URL Rewrite Module - Video Walkthrough</title>
      <description>This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks:

.Enabling user friendly and search engine friendly URLs for dynamic web pages 
.Enforcing canonical host names for web sites 
.Using rewrite maps 
.Blocking unwanted requests
Also the video shows how to troubleshoot and debug rewrite rules.
 &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%2f506%2furl-rewrite-module---video-walkthrough%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f506%2furl-rewrite-module---video-walkthrough%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS7_URL_Rewrite_Module_Video_Walkthrough</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS7_URL_Rewrite_Module_Video_Walkthrough</guid>
      <pubDate>Tue, 28 Oct 2008 01:29:55 GMT</pubDate>
    </item>
    <item>
      <title>Scott Hanselman: ASP.NET MVC and the new IIS7 Rewrite Module</title>
      <description>&amp;quot;Last year I noticed that there were 11 ways to get to my blog. Literally 11 different URLs and it wasn't helping me my ranking in the search engines. I wrote about this in detail and how I used ISAPI_Rewrite to fix it up.

Fast forward to this year and the IIS7 team has been taking advantage of IIS7's modular design to release a bunch of new modules out-of-band.&amp;quot; &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%2fASPNETMVCAndTheNewIIS7RewriteModule.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETMVCAndTheNewIIS7RewriteModule.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Hanselman_ASP_NET_MVC_and_the_new_IIS7_Rewrite_Module</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Hanselman_ASP_NET_MVC_and_the_new_IIS7_Rewrite_Module</guid>
      <pubDate>Tue, 14 Oct 2008 14:32:12 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine 1.4.5 and IIS7</title>
      <description>FYI: BlogEngine source download is a solution with a core Web Application project and a Web Site project consisting of the main deployable part. I hate Web Site projects; they should be stamped out!!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f09%2f06%2fBlogEngine-145-and-IIS7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f09%2f06%2fBlogEngine-145-and-IIS7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/BlogEngine_1_4_5_and_IIS7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/BlogEngine_1_4_5_and_IIS7</guid>
      <pubDate>Sun, 07 Sep 2008 10:56:54 GMT</pubDate>
    </item>
    <item>
      <title>Recent SQL Injection Attacks against Server</title>
      <description>&amp;quot;For the last couple of days I've noticed that my server's been inundated with a huge number of unwanted requests.&amp;quot; -Article shows how Rick Strahl solved the problem with IIS7. &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%2f447503.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f447503.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Recent_SQL_Injection_Attacks_against_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Recent_SQL_Injection_Attacks_against_Server</guid>
      <pubDate>Sat, 09 Aug 2008 17:04:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Themes Don't Like IE8's X-UA-Compatible header; Neither Do I</title>
      <description>&amp;quot;I ran into an interesting issue a few months ago with IE8 support on sites which use ASP.NET Themes. I'll talk about the issue and how to fix it. More important, though, I'll talk about how this small example fits into the whole IE8 / X-UA-Compatible thing, and why I think the way that turned out was bad for everyone.&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%2fjgalloway%2farchive%2f2008%2f08%2f05%2fasp-net-themes-don-t-like-ie8-s-x-ua-compatible-header-neither-do-i.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f05%2fasp-net-themes-don-t-like-ie8-s-x-ua-compatible-header-neither-do-i.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Themes_Don_t_Like_IE8_s_X_UA_Compatible_header_Neither_Do_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Themes_Don_t_Like_IE8_s_X_UA_Compatible_header_Neither_Do_I</guid>
      <pubDate>Tue, 05 Aug 2008 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>IIS Powershell User guide - Comparing representative IIS UI tasks</title>
      <description>omg! This is the whip! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fjeonghwan%2farchive%2f2008%2f07%2f30%2fiis-powershell-user-guide-comparing-representative-iis-ui-tasks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fjeonghwan%2farchive%2f2008%2f07%2f30%2fiis-powershell-user-guide-comparing-representative-iis-ui-tasks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IIS_Powershell_User_guide_Comparing_representative_IIS_UI_tasks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IIS_Powershell_User_guide_Comparing_representative_IIS_UI_tasks</guid>
      <pubDate>Thu, 31 Jul 2008 09:28:49 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> New IIS7 Releases: URL Rewrite, Application Routing and Load Balancin</title>
      <description>New releases for IIS 7 from Microsoft, CTP1 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</guid>
      <pubDate>Sun, 13 Jul 2008 03:12: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>IIS 7.0 Remote Administration and Database Manager Video</title>
      <description>Very nice video that shows how you can enable IIS Manager and Database Manager and other modules. &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%2f07%2f07%2fiis-7-0-remote-administration-and-database-manager-video.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f07%2fiis-7-0-remote-administration-and-database-manager-video.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/IIS_7_0_Remote_Administration_and_Database_Manager_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/IIS_7_0_Remote_Administration_and_Database_Manager_Video</guid>
      <pubDate>Mon, 07 Jul 2008 22:11:38 GMT</pubDate>
    </item>
    <item>
      <title>Adding ASP.NET Tracing to IIS 7.0 Failed Request Tracing</title>
      <description>IIS 7.0 Failed Request Tracing (for historical reasons internally we refer to it as FREB, since it used to be called Failed Request Event Buffering, and there are no &amp;quot;good-sounding-decent&amp;quot; acronyms for the new name) is probably the best diagnosing tool that IIS has ever had (that doesn't require Debugging skills), in a simplistic way it exposes all the interesting events that happen during the request processing in a way that allows you to really understand what went wrong with any request. &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%2f07%2f04%2fadding-asp-net-tracing-to-iis-7-0-failed-request-tracing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f04%2fadding-asp-net-tracing-to-iis-7-0-failed-request-tracing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_ASP_NET_Tracing_to_IIS_7_0_Failed_Request_Tracing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_ASP_NET_Tracing_to_IIS_7_0_Failed_Request_Tracing</guid>
      <pubDate>Sat, 05 Jul 2008 21:21:40 GMT</pubDate>
    </item>
    <item>
      <title>Mapping a different file extension for ASPX Pages in IIS 7.0</title>
      <description>So just by adding a new handler (ASPNETLikeHandler above) to the System.WebServer/Handlers will cause IIS to see this extension and correctly execute the page. Note that we use the preCondition attribute to tell IIS that this handler should only be used when we are running in an Integrated Pipeline Application Pool. &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%2f07%2f04%2fmapping-a-different-file-extension-for-aspx-pages-in-iis-7-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f04%2fmapping-a-different-file-extension-for-aspx-pages-in-iis-7-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Mapping_a_different_file_extension_for_ASPX_Pages_in_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Mapping_a_different_file_extension_for_ASPX_Pages_in_IIS_7_0</guid>
      <pubDate>Sat, 05 Jul 2008 07:06:05 GMT</pubDate>
    </item>
    <item>
      <title>IIS7 GAC Viewer</title>
      <description>DiscountASP.net who has been a very close partner of the IIS Team leading several offerings of our platform - including IIS Manager Remote Delegated Access to the Web Site and many other cool tools - has just built and released yet another cool module that extends the IIS Manager capabilities by having a GAC Viewer for their customers. &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%2f07%2f02%2fdiscountasp-net-releases-new-iis-7-0-manager-modules.aspx%3fCommentPosted%3dtrue"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f02%2fdiscountasp-net-releases-new-iis-7-0-manager-modules.aspx%3fCommentPosted%3dtrue" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS7_GAC_Viewer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS7_GAC_Viewer</guid>
      <pubDate>Thu, 03 Jul 2008 19:15:13 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>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>ScottGu: IIS 7.0 Bit Rate Throttling Module Released</title>
      <description>The blog post below provides a quick overview of some of the options you can use to reduce the cost of delivering video, and discusses a new free download - the IIS 7.0 Bit Rate Throttling Module - that was released a few days ago and which enables you to easily save money when serving video from an IIS web server using any video technology (including Silverlight, Windows Media Player and even Flash). &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%2f18%2fiis-7-0-bit-rate-throttling-module-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f03%2f18%2fiis-7-0-bit-rate-throttling-module-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/ScottGu_IIS_7_0_Bit_Rate_Throttling_Module_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/ScottGu_IIS_7_0_Bit_Rate_Throttling_Module_Released</guid>
      <pubDate>Tue, 18 Mar 2008 20:32:27 GMT</pubDate>
    </item>
    <item>
      <title>GoDaddy Now offering IIS7</title>
      <description>If you recently set up a new Windows shared hosting account you noticed the addition of support for IIS7. What does this mean to you? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.godaddyhosting.com%2f2008%2f02%2f15%2fiis7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.godaddyhosting.com%2f2008%2f02%2f15%2fiis7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GoDaddy_Now_offering_IIS7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GoDaddy_Now_offering_IIS7</guid>
      <pubDate>Thu, 28 Feb 2008 23:23:45 GMT</pubDate>
    </item>
    <item>
      <title>Using the IIS 7.0 Managed Configuration API</title>
      <description>Article covers how to programatically modify the IIS 7.0 configuration in .NET using the  Microsoft.Web.Administration namespace. &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%2f2007%2f09%2f28%2fusing-the-iis-7-0-managed-configuration-api.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2007%2f09%2f28%2fusing-the-iis-7-0-managed-configuration-api.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_IIS_7_0_Managed_Configuration_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_IIS_7_0_Managed_Configuration_API</guid>
      <pubDate>Thu, 28 Feb 2008 22:17:29 GMT</pubDate>
    </item>
    <item>
      <title>Adding an Application Pool to IIS7 programmatically</title>
      <description>This post shows you how to create an Application Pool in IIS7 from C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dnknormark.net%2fpost%2fAdding-an-Application-Pool-to-IIS7-programmatically.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dnknormark.net%2fpost%2fAdding-an-Application-Pool-to-IIS7-programmatically.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Adding_an_Application_Pool_to_IIS7_programmatically</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Adding_an_Application_Pool_to_IIS7_programmatically</guid>
      <pubDate>Sat, 23 Feb 2008 03:22:15 GMT</pubDate>
    </item>
  </channel>
</rss>