Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!-- The following section is to force use of Fiddler for all applications, including those running in service accounts --> <system.net>
  2. <defaultProxy>
  3. <proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" />
  4. </defaultProxy>
  5. </system.net>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement