How do I display localhost traffic in Fiddler while debugging an ASP.NET application?
Probably the easiest way to monitor traffic to localhost is to replace "localhost" with "localhost." in the browser's URL bar. E.g.
http://localhost./MyApp/default.aspx