<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mvolo.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IIS 7.0 Server-Side : Development</title><link>http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx</link><description>Tags: Development</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Fun with file locking</title><link>http://mvolo.com/blogs/serverside/archive/2009/03/01/File-Locking-and-Conditional-Delete.aspx</link><pubDate>Sun, 01 Mar 2009 06:33:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13719</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>11</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13719.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13719</wfw:commentRss><description>If you are developing code that uses distributed synchronization or messaging, you sometimes might need to use files as a locking mechanism. This can be useful because files are persistent (beyond thread, process, or even power session lifetime), and...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2009/03/01/File-Locking-and-Conditional-Delete.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13719" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Random/default.aspx">Random</category></item><item><title>IIS 7.0 Forms Authentication and Embedded Media Players</title><link>http://mvolo.com/blogs/serverside/archive/2008/11/16/IIS-7.0-Forms-Authentication-and-Embedded-Media-Players.aspx</link><pubDate>Sun, 16 Nov 2008 22:04:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13548</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>13</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13548.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13548</wfw:commentRss><description>One of the useful benefits of IIS 7.0 and the ASP.NET Integrated mode is the ability to protect all content using ASP.NET Forms Authentication. In the past, people would often protect the application pages themselves, and leave images and media content...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/11/16/IIS-7.0-Forms-Authentication-and-Embedded-Media-Players.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13548" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Media/default.aspx">Media</category></item><item><title>When to restart IIS when making changes to your application</title><link>http://mvolo.com/blogs/serverside/archive/2008/09/12/When-to-restart-IIS-when-making-changes-to-your-application.aspx</link><pubDate>Fri, 12 Sep 2008 06:02:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13472</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>6</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13472.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13472</wfw:commentRss><description>Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/09/12/When-to-restart-IIS-when-making-changes-to-your-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13472" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/AppCmd/default.aspx">AppCmd</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>Connecting to IIS 7.0 configuration remotely with Microsoft.Web.Administration</title><link>http://mvolo.com/blogs/serverside/archive/2008/05/26/Accessing-IIS-7.0-configuration-remotely-and-on-server-core.aspx</link><pubDate>Tue, 27 May 2008 03:20:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13295</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>13</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13295.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13295</wfw:commentRss><description>IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/05/26/Accessing-IIS-7.0-configuration-remotely-and-on-server-core.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13295" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Tools/default.aspx">Tools</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Configuration/default.aspx">Configuration</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS/default.aspx">IIS</category></item><item><title>IconHandler 2.0: file icons in your ASP.NET applications</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/27/IconHandler-2.0-File-icons-in-ASP.NET-applications.aspx</link><pubDate>Sun, 27 Apr 2008 06:27:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13194</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>19</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13194.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13194</wfw:commentRss><description>Since its release, IconHandler has been a pretty popular module (on its own and with the custom DirectoryListingModule ). Today, I am releasing v2.0 of IconHandler, which contains some much-requested functionality and fixes a few issues that people have...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/04/27/IconHandler-2.0-File-icons-in-ASP.NET-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13194" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Goodies/default.aspx">Goodies</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS6/default.aspx">IIS6</category></item><item><title>Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx</link><pubDate>Fri, 04 Apr 2008 16:05:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13144</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>7</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13144.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13144</wfw:commentRss><description>I've blogged quite a bit about using Visual Studio to develop and debug IIS 7.0 applications in the past. A few weeks back, I put together a detailed article about using Visual Studio 2008 to work with IIS 7.0 applications, collecting all the various how-to and gotchas in one place.

Now, you can find the same information for Visual Studio 2005, in a new article titled Using Visual Studio 2005 with IIS 7.0....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13144" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/VisualStudio/default.aspx">VisualStudio</category></item><item><title>Using Visual Studio 2008 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx</link><pubDate>Wed, 12 Mar 2008 23:30:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13089</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>9</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/13089.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=13089</wfw:commentRss><description>In the past, I&amp;#39;ve blogged a number of times about using Visual Studio to develop and debug IIS 7.0 applications. I am happy to say that Visual Studio 2008 has added a number of improvements to work better with IIS 7.0, making it a lot easier to use...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=13089" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/VisualStudio/default.aspx">VisualStudio</category></item><item><title>MSDN Magazine: Enhance Your Applications with ASP.NET Integrated Pipeline!</title><link>http://mvolo.com/blogs/serverside/archive/2007/12/20/MSDN-Magazine_3A00_-Enhance-Your-Applications-with-ASP.NET-Integrated-Pipeline.aspx</link><pubDate>Thu, 20 Dec 2007 20:29:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12901</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>18</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/12901.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=12901</wfw:commentRss><description>This month, the Enhance Your Apps With the Integrated ASP.NET Pipeline article is finally out in MSDN Magazine. I just got several copies in the mail (thanks Howard!). ****** UPDATE: Scott Hanselman presents the demos from this article at CodeMash 2008...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/12/20/MSDN-Magazine_3A00_-Enhance-Your-Applications-with-ASP.NET-Integrated-Pipeline.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=12901" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/PHP/default.aspx">PHP</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/.NET/default.aspx">.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Breaking Changes for ASP.NET 2.0 applications running in Integrated mode on IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2007/12/08/IIS-7.0-Breaking-Changes-ASP.NET-2.0-applications-Integrated-mode.aspx</link><pubDate>Sat, 08 Dec 2007 21:09:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12858</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>91</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/12858.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=12858</wfw:commentRss><description>ASP.NET 2.0 applications on IIS 7.0 are hosted using the ASP.NET Integrated mode by default.  This post lists the changes in behavior that you may encounter when deploying your ASP.NET applications on IIS 7.0 on Windows Vista SP1 and Windows Server 2008....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/12/08/IIS-7.0-Breaking-Changes-ASP.NET-2.0-applications-Integrated-mode.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=12858" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Mike's IIS7 modules - what's coming next</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/28/Mike_2700_s-IIS7-modules-_2D00_-what_2700_s-coming-next.aspx</link><pubDate>Sun, 28 Oct 2007 06:36:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9724</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>5</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/9724.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=9724</wfw:commentRss><description>During IIS7 development, I&amp;#39;ve written quite a few modules for IIS7 / ASP.NET. Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write. Developing for IIS7...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/10/28/Mike_2700_s-IIS7-modules-_2D00_-what_2700_s-coming-next.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=9724" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>Developing IIS7 modules and handlers with the .NET framework</title><link>http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx</link><pubDate>Thu, 16 Aug 2007 03:35:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:5050</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>42</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/5050.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=5050</wfw:commentRss><description>This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. This article will demonstrate: 1. How to decide whether to develop an IIS7 module or an IIS7 handler...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=5050" width="1" height="1"&gt;</description><enclosure url="http://mvolo.com/blogs/serverside/attachment/5050.ashx" length="5581" type="application/x-zip-compressed" /><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Redirect clients in your application with HttpRedirection module</title><link>http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx</link><pubDate>Thu, 24 May 2007 18:58:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1591</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>23</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/1591.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=1591</wfw:commentRss><description>In a web application, it&amp;rsquo;s often necessary to redirect clients requesting one url to another url. Here are some reasons why your application may need to do it: &amp;middot; A part of your site should only be accessed over HTTPS to protect private data,...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=1591" width="1" height="1"&gt;</description><enclosure url="http://mvolo.com/blogs/serverside/attachment/1591.ashx" length="17131" type="application/x-zip-compressed" /><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>Get nice looking directory listings for your IIS website with DirectoryListingModule</title><link>http://mvolo.com/blogs/serverside/archive/2007/01/21/Get-nice-looking-directory-listings-for-your-IIS-website-with-DirectoryListingModule.aspx</link><pubDate>Sun, 21 Jan 2007 06:35:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:197</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>118</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/197.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=197</wfw:commentRss><description>Do you hate bland directory listing pages that most web servers have these days?  Many of us do on the IIS team, and so over the past several years we've built a few directory listing modules to spice up IIS directory listings.  I figured I should put an end to this by writing one that is oh so much better then all the other ones - and then give it to you to build some cool templates, and create complely customized directory listings for your website....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/01/21/Get-nice-looking-directory-listings-for-your-IIS-website-with-DirectoryListingModule.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=197" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>Display pretty file icons in your ASP.NET applications with IconHandler</title><link>http://mvolo.com/blogs/serverside/archive/2007/01/11/Display-pretty-file-icons-in-your-ASP.NET-applications-with-IconHandler.aspx</link><pubDate>Thu, 11 Jan 2007 22:07:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:142</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>52</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/142.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=142</wfw:commentRss><description>Do you like file icons?  I do.  They make it pretty easy to visually digest file lists in Windows,  when you open a file system folder with explorer.
&lt;br /&gt;&lt;br /&gt;
Displaying icons in your web application can also be pretty compelling (for example, to spruce up that boring directory listing page, or visually represent documents in your web app).  Wouldn't it be cool if you can write an ASP.NET control or page that can embed these icons on your custom directory listing view?  
&lt;br /&gt;&lt;br /&gt;
Unfortinately, there is no easy way to get icons for files in the .NET framework, so you have to do a little interop with the Windows shell to get the icon for a file / file extension, and then figure out a way to serve it over the web as an image.  So, I wrote an ASP.NET image handler that serves the icon for an aritrary file or extension, that you can simply drop into your application to get these pretty icons for whatever purposes you need....(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/01/11/Display-pretty-file-icons-in-your-ASP.NET-applications-with-IconHandler.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=142" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Goodies/default.aspx">Goodies</category></item><item><title>You can actually download the hotlinking blocker module now</title><link>http://mvolo.com/blogs/serverside/archive/2007/01/05/You-can-actually-download-the-hotlinking-blocker-module-now.aspx</link><pubDate>Fri, 05 Jan 2007 16:43:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:106</guid><dc:creator>Mike Volodarsky</dc:creator><slash:comments>5</slash:comments><comments>http://mvolo.com/blogs/serverside/comments/106.aspx</comments><wfw:commentRss>http://mvolo.com/blogs/serverside/commentrss.aspx?PostID=106</wfw:commentRss><description>Apparently, my previous post of the LeechGuard holinking prevention module ended up with broken download and image links.  No-one could download the module, and on my home network I could see it just fine.  
&lt;br /&gt;&lt;br /&gt;
So, I fixed the links, and you can browse the article and download the LeechGuard module for your IIS6 or IIS7 server now.  Be sure to check it out!...(&lt;a href="http://mvolo.com/blogs/serverside/archive/2007/01/05/You-can-actually-download-the-hotlinking-blocker-module-now.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://mvolo.com/aggbug.aspx?PostID=106" width="1" height="1"&gt;</description><category domain="http://mvolo.com/blogs/serverside/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Development/default.aspx">Development</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/Tools/default.aspx">Tools</category><category domain="http://mvolo.com/blogs/serverside/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item></channel></rss>