<?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>Daniel Vasquez Lopez&amp;#39;s Blog : IIS</title><link>http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx</link><description>Tags: IIS</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Faster proxy detection for HttpWebRequest</title><link>http://blogs.iis.net/danielvl/archive/2009/03/23/faster-proxy-detection-for-httpwebrequest.aspx</link><pubDate>Mon, 23 Mar 2009 18:42:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3031686</guid><dc:creator>Daniel Vasquez Lopez's Blog : IIS</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/danielvl/rsscomments.aspx?PostID=3031686</wfw:commentRss><comments>http://blogs.iis.net/danielvl/archive/2009/03/23/faster-proxy-detection-for-httpwebrequest.aspx#comments</comments><description>Do a web request using System.Net classes, HttpWebRequest or WebClient. For example: new &amp;#160; WebClient().DownloadFile( &amp;quot;http://tinyurl.com/d5yy8a&amp;quot; , @&amp;quot;C:\Temp\file.xml&amp;quot; ) ; Or: HttpWebRequest.Create( &amp;quot;http://tinyurl.com/d5yy8a&amp;quot;...(&lt;a href="http://blogs.iis.net/danielvl/archive/2009/03/23/faster-proxy-detection-for-httpwebrequest.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3031686" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx">IIS</category></item><item><title>How to consume ETW events from C#</title><link>http://blogs.iis.net/danielvl/archive/2009/02/02/how-to-consume-etw-events-from-c.aspx</link><pubDate>Tue, 03 Feb 2009 01:30:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2911210</guid><dc:creator>Daniel Vasquez Lopez's Blog : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/danielvl/rsscomments.aspx?PostID=2911210</wfw:commentRss><comments>http://blogs.iis.net/danielvl/archive/2009/02/02/how-to-consume-etw-events-from-c.aspx#comments</comments><description>Technorati Tags: ETW , OpenTrace , ProcessTrace , CloseTrace , TDH , TdhGetEventInformation , Rewrite , IIS In my previous post I explained how to collect ETW events from URL Rewrite (or any other IIS provider) and then display those structured events...(&lt;a href="http://blogs.iis.net/danielvl/archive/2009/02/02/how-to-consume-etw-events-from-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2911210" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/danielvl/archive/tags/Rewrite/default.aspx">Rewrite</category><category domain="http://blogs.iis.net/danielvl/archive/tags/ProcessTrace/default.aspx">ProcessTrace</category><category domain="http://blogs.iis.net/danielvl/archive/tags/TdhGetEventInformation/default.aspx">TdhGetEventInformation</category><category domain="http://blogs.iis.net/danielvl/archive/tags/CloseTrace/default.aspx">CloseTrace</category><category domain="http://blogs.iis.net/danielvl/archive/tags/Rewriter/default.aspx">Rewriter</category><category domain="http://blogs.iis.net/danielvl/archive/tags/ETW/default.aspx">ETW</category><category domain="http://blogs.iis.net/danielvl/archive/tags/OpenTrace/default.aspx">OpenTrace</category><category domain="http://blogs.iis.net/danielvl/archive/tags/TDH/default.aspx">TDH</category></item><item><title>How to display URL Rewrite ETW Events in the Event Viewer</title><link>http://blogs.iis.net/danielvl/archive/2009/01/25/how-to-display-url-rewrite-etw-events-in-the-event-viewer.aspx</link><pubDate>Sun, 25 Jan 2009 22:28:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2891360</guid><dc:creator>Daniel Vasquez Lopez's Blog : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/danielvl/rsscomments.aspx?PostID=2891360</wfw:commentRss><comments>http://blogs.iis.net/danielvl/archive/2009/01/25/how-to-display-url-rewrite-etw-events-in-the-event-viewer.aspx#comments</comments><description>IIS Failed Request Tracing is a powerful way to troubleshoot Web Requests, it provides an easy way to track each execution step for one specific request. URL Rewrite Module provides several events that can be tracked using Failed Request Tracing, here...(&lt;a href="http://blogs.iis.net/danielvl/archive/2009/01/25/how-to-display-url-rewrite-etw-events-in-the-event-viewer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2891360" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/danielvl/archive/tags/URL+Rewrite/default.aspx">URL Rewrite</category></item><item><title>Write your own UI Rewrite Template Extension!</title><link>http://blogs.iis.net/danielvl/archive/2008/09/27/write-your-own-ui-rewrite-template-extension.aspx</link><pubDate>Sun, 28 Sep 2008 03:21:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2650384</guid><dc:creator>Daniel Vasquez Lopez's Blog : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/danielvl/rsscomments.aspx?PostID=2650384</wfw:commentRss><comments>http://blogs.iis.net/danielvl/archive/2008/09/27/write-your-own-ui-rewrite-template-extension.aspx#comments</comments><description>The GoLive release of URL Rewrite Module is now available and has a lot of improvement thanks to the IIS Community feedback (and tons of internal brainstorm meetings!). A new feature is the ability to create Rewrite Rules by using Rewrite Templates, Rewrite...(&lt;a href="http://blogs.iis.net/danielvl/archive/2008/09/27/write-your-own-ui-rewrite-template-extension.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2650384" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/danielvl/archive/tags/UI/default.aspx">UI</category><category domain="http://blogs.iis.net/danielvl/archive/tags/Rewrite/default.aspx">Rewrite</category><category domain="http://blogs.iis.net/danielvl/archive/tags/Extensibility/default.aspx">Extensibility</category></item><item><title>URL Rewrite for IIS 7.0 / Regular Expressions and Wildcards</title><link>http://blogs.iis.net/danielvl/archive/2008/06/06/url-rewrite-for-iis-7-0-regular-expressions-and-wildcards.aspx</link><pubDate>Fri, 06 Jun 2008 22:20:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2411882</guid><dc:creator>Daniel Vasquez Lopez's Blog : IIS</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/danielvl/rsscomments.aspx?PostID=2411882</wfw:commentRss><comments>http://blogs.iis.net/danielvl/archive/2008/06/06/url-rewrite-for-iis-7-0-regular-expressions-and-wildcards.aspx#comments</comments><description>Last week we shipped the first preview of URL Rewrite Module for IIS 7.0. If you are not familiar with URL Rewriting engines, please check out the walkthroughs: http://learn.iis.net/page.aspx/460/using-url-rewrite-module/ . If you are you familiar with...(&lt;a href="http://blogs.iis.net/danielvl/archive/2008/06/06/url-rewrite-for-iis-7-0-regular-expressions-and-wildcards.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2411882" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/danielvl/archive/tags/Regex/default.aspx">Regex</category><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/danielvl/archive/tags/Wildcard/default.aspx">Wildcard</category><category domain="http://blogs.iis.net/danielvl/archive/tags/IIS+Rewrite/default.aspx">IIS Rewrite</category></item></channel></rss>