RyanP13
RyanP13

Reputation: 7743

Measuring page performance with Fiddler2 with Ie6 loaded from Spoon.net

As per title i am trying to measure page performance in IE6 that has been loaded with Spoon.net.

Am trying to use Fiddler2 but it does not seem to recognise the browser.

Any ideas?

Upvotes: 0

Views: 126

Answers (1)

David Hoerster
David Hoerster

Reputation: 28701

Fiddler shouldn't care what framework you're using; it listens to WinInet and acts as a proxy to it. Local traffic doesn't go through WinInet, so you won't see it captured in Fiddler. If you're using localhost for your server, try changing it to http://ipv4.fiddler and see if that allows your traffic to be captured.

Upvotes: 2

Related Questions