Hi all,
Anybody know of a good HTTP Analyzer (free, if poss).
Cheers
Jules
fiddler is the best I've found so far, that's free. www.fiddlertool.comThanks, Paul.
I've had a play with Fiddler a couple of weeks ago but I couldn't get it to monitor the ASP.Net app I was debugging against. Any info?
Cheers
Jules
The only time I ever had a problem with it was trying to use it with IE7 on an app I was running via localhost. There was a workaround that I found, can't recall it now but you can google it if that's the issue. Otherwise, check their help stuff.
Thanks Paul.
I'm using IE7 so I'll have a look on Google.
Thanks for your help.
Instead of visitinghttp://localhost with fiddler, use your computername
Which only works on IIS btw. The workaround for Cassini (or the development web server or whatever it's called in VS 2005) is to use localhost. (mind the dot). The latter however doesn't seem to work well with async postbacks on my machine (which could very well just be my machine, but the safe route is to run on IIS).
-- Henkk
Thanks for all your help, guys.
Cheers
Jules
No comments:
Post a Comment