Search
IIS allows you to use client certificates but it may give you hard time if your certificate is wacky (e.g. self-signed). In the client-side, if you have a .NET application that wants to be more permissible on accepting server...
0 comments Tags: IISX509.NET
There is no escaping character in an URL Rewrite expression, but here is how you include curly bracket within an URL Rewrite expression. For opening { curly bracket you will always require to use the UrlDecode function to generate...
0 comments Tags: IISRewriteRedirectMVC
Do performance work it is easy when you have the right tools for measuring gains or lost. I will share some thoughts about how to improve performance during rewriting, but please keep in mind that any change you do must be well...
6 comments Tags: RegexIISRewriteRedirect
The following registry values can be set for the IIS URL Rewrite module and will affect the global behavior of the module; use them at your own risk :) All these values (DWORD) can be set under the registry key HKEY_LOCAL_MACHINE...
7 comments Tags: IIS
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...
1 comments Tags: IIS
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...
2 comments Tags: IISRewriteProcessTraceTdhGetEventInformationCloseTraceRewriterETWOpenTraceTDH
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...
2 comments Tags: IISURL Rewrite
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...
2 comments Tags: IISUIRewriteExtensibility
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...
1 comments Tags: RegexIISWildcardIIS Rewrite
After working 4 years at MCS Mexico, I moved to the IIS Team.