Reputation: 7743
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
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