开发者

How can I use fiddler between my local WebRole and local Table Storage?

开发者 https://www.devze.com 2023-01-16 15:24 出处:网络
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 开发者_Python百科to make this happen?\"UseDevelopmentStorage=true;DevelopmentSto

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 开发者_Python百科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.

0

精彩评论

暂无评论...
验证码 换一张
取 消