Hi Eric
The written word can easily be misunderstood - and english isn't my native language. BUT.. providing a tinyurl to "Let me bing that for you" seem quite arrogant to me. How about suggesting the search terms to the guy instead?
As it happens, I came across this post because I have a strange problem that may resemble Satya's problem.
I'm also developing a .net application (with visual studio 2010), and trying to get fiddler to show traffic between my IE8 (sigh) and iisexpress. Fiddler will capture requests to e.g.
http://www.telerik.comhttp://localhost:8888but NOT to
http://localhost:57976 - which is where iisexpress is listening
if I replace "localhost" with "MyMachineName" it will capture, but iisexpress will not respond. The same goes for "localhost." - notice the trailing dot.
Help -> Troubleshoot Filters... does not provide anything extra when reloading the page.
Then I tried to remove the <-loopback>; entry in Fiddler options -> Connections tab -> Bypass Fiddler for URLs that start with: textbox. But clearing the textbox and clicking OK does nothing. When you open the dialog again, the value is still there. Is that a bug?
Finally I discovered that using "localhost.fiddler:57976" worked - it makes fiddler capture the requests and iisexpress responds to the queries. Maybe that would work for you as well, Satya.
Why doesn't Fiddler capture localhost requests? Is it due to my usage of IE8 (corporate chioce) or more specifically to IE8s proxy server usage? Or something like that?
Regards
Jan