<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tags 'IIS News Item' and 'development'</title><link>http://blogs.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS+News+Item,development&amp;orTags=0</link><description>Search results matching tags 'IIS News Item' and 'development'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>MSDN Magazine: Extend IIS 7.0 end-to-end</title><link>http://blogs.iis.net/mvolo/archive/2008/02/18/msdn-magazine-extend-iis-7-0-end-to-end.aspx</link><pubDate>Mon, 18 Feb 2008 19:06:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2180455</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>&lt;P&gt;In this month's launch edition of MSDN magazine, we celebrate the release of Windows Server 2008. It's been a long road and we are finally done!&lt;/P&gt;
&lt;P&gt;Of course, this celebration wouldnt be complete without a juicy article on IIS 7.0 - this time, showing off the complete extensibility of the Web server by building a full-blown Web server feature with configuration and IIS Manager components.&amp;nbsp;The article shows off my latest project, the Response Modification Framework, which is pretty cool on its own ...&lt;/P&gt;
&lt;P&gt;Read the article, learn about RMF, and more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/02/18/MSDN-Magazine_3A00_-Extend-IIS-7.0-End_2D00_to_2D00_End.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/02/18/MSDN-Magazine_3A00_-Extend-IIS-7.0-End_2D00_to_2D00_End.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description></item><item><title>Developing IIS7 web server features with the .NET framework</title><link>http://blogs.iis.net/mvolo/archive/2007/08/16/developing-iis7-web-server-features-with-the-net-framework.aspx</link><pubDate>Thu, 16 Aug 2007 07:38:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1860734</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><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.&amp;nbsp; Learn about the options you have for your development environment, how to set up your Visual Studio project, when to build a module vs. a handler, and more.&amp;nbsp; By the end of the article, you would have built and deployed a simple IIS7 managed handler and module.&lt;BR&gt;&lt;BR&gt;Read the entire article at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx."&gt;http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx&lt;/A&gt;. 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Redirect clients in your application with HttpRedirection module </title><link>http://blogs.iis.net/mvolo/archive/2007/05/24/redirect-clients-in-your-application-with-httpredirection-module.aspx</link><pubDate>Thu, 24 May 2007 19:28:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1724521</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>&lt;P mce_keep="true"&gt;&lt;FONT face=Calibri&gt;In a web application, it’s often necessary to redirect clients requesting one url to another url.&amp;nbsp; A while ago, I wrote a module to do basic http redirection for an ASP.NET application.&amp;nbsp; The HttpRedirection module allows you to configure regular expression-based rules that redirect clients from url A to url B, with a number of other features.&lt;BR&gt;&lt;BR&gt;Learn more about rewriting and redirection, and download the HttpRedirection module / source code here: &lt;/FONT&gt;&lt;A href="http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx"&gt;&lt;FONT face=Calibri&gt;http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;.&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Display pretty file icons in your ASP.NET applications with IconHandler </title><link>http://blogs.iis.net/mvolo/archive/2007/01/11/display-pretty-file-icons-in-your-asp-net-applications-with-iconhandler.aspx</link><pubDate>Fri, 12 Jan 2007 01:15:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1528889</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><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;BR&gt;&lt;BR&gt;Read more on &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;http://mvolo.com/blogs/serverside/archive/2007/01/11/Display-pretty-file-icons-in-your-ASP.NET-applications-with-IconHandler.aspx&lt;/A&gt;.&lt;BR&gt;</description></item><item><title>Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista</title><link>http://blogs.iis.net/mvolo/archive/2006/12/28/fix-problems-with-visual-studio-f5-debugging-of-asp-net-applications-on-iis7-vista.aspx</link><pubDate>Fri, 29 Dec 2006 01:39:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1511823</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>mvolo</cs:applicationKey><description>A number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support.  There are a handful of posts about trying to get this to work in various ways ... most of which are missing key information needed to *really* get it to work.&lt;BR&gt;&lt;BR&gt;Hopefully this will be the *definitive* guide to enabling F5 debugging on Vista / IIS7.&lt;BR&gt;&lt;BR&gt;Read the details at &lt;A href="http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx&lt;/A&gt;.</description></item></channel></rss>