Using Fiddler to Capture Web Traffic from an Application Running Under IIS
Just add the following to the web.config file for the application: <system.net> <defaultProxy> <proxy proxyaddress=”http://127.0.0.1:8888″ /> </defaultProxy> </system.net> Thanks to Rick Strahl. Get Fiddler here.