문제

I have a Webrole that is updating Azure Table storage, and I'd like to force Fiddler to see it.

What needs to be done to make this happen?

도움이 되었습니까?

해결책

"UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://ipv4.fiddler"

다른 팁

If you're running against cloud storage, it should just work. If you're running against development storage (on localhost), see http://blogs.msdn.com/b/partlycloudy/archive/2009/12/08/configuring-the-storage-client-with-connection-strings.aspx for how to configure the client library to use ipv4.fiddler as a proxy.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top