Just add the following to the web.config file for the application:
<system.net>
<defaultProxy>
<proxy proxyaddress="http://127.0.0.1:8888" />
</defaultProxy>
</system.net>
Thanks to Rick Strahl.
Get Fiddler here.
Just add the following to the web.config file for the application:
<system.net>
<defaultProxy>
<proxy proxyaddress="http://127.0.0.1:8888" />
</defaultProxy>
</system.net>
Thanks to Rick Strahl.
Get Fiddler here.