If you do a lot of debugging with Fiddler you probably know it doesn't capture any data when you run your website on your loopback address (http://127.0.0.1 or http://localhost). Well there's a simple way to get around this as outlined in
this blog post. Enjoy!