Mar 23, 2009
Do a web request using System.Net classes, HttpWebRequest or WebClient. For example: new WebClient().DownloadFile( "http://tinyurl.com/d5yy8a" , @"C:\Temp\file.xml" ) ; Or: HttpWebRequest.Create( "http://tinyurl.com/d5yy8a"...
1 comments
Tags: IIS
Feb 02, 2009
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...
2 comments
Tags: IISRewriteProcessTraceTdhGetEventInformationCloseTraceRewriterETWOpenTraceTDH
Jan 25, 2009
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...
2 comments
Tags: IISURL Rewrite
Sep 27, 2008
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...
2 comments
Tags: IISUIRewriteExtensibility
Jun 06, 2008
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...
1 comments
Tags: RegexIISWildcardIIS Rewrite