As per title i am trying to measure page performance in IE6 that has been loaded with Spoon.net.
Am trying to use F开发者_Python百科iddler2 but it does not seem to recognise the browser.
Any ideas?
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.
精彩评论