Archive for May, 2007

Steps to enable tracing using appcmd

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

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. Redirection module is not part of default install. You can use OptionalFeatures in Vista or ServerManager in Longhorn Server to install it.