Archive for May, 2007
Steps to enable tracing using appcmd
May 17th
Here are the steps you need to enable tracing for a site using appcmd.
1. Enable tracing for site.
2. Enable tracing for all request paths and for all response codes.
3. Appcmd leaves verbosity to default value “warning”. Get the providers count to change verbosity in step 4.
Client-side redirection using HttpRedirection module
May 3rd
HttpRedirection module allows you to do client side redirection as per various configuration rules. There are not many changes from what IIS6 had but I thought it will be good to revisit its configuration and behavior in IIS7.