<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<!-- If the first block doesn't work for common http proxy, comment first block out and second block in -->
<!-- For details how to configure and examples, see MSDN documentation at http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx -->
<defaultProxy enabled="true" useDefaultCredentials="true">
<!-- Uses the default system proxy from Internet Explorer seetings, usually means "none" -->
<!-- Comment this in and comment configuration below out to use Internet Explorer settings. Every additional setting in here together with usesystemdefault="True" will override existing Internet Explorer Proxy Settings -->
<proxy usesystemdefault="True"/>
<!-- Uses the configured proxy address -->
<!-- Comment this in and comment configuration above out to bypass system configuration -->
<!--<proxy bypassonlocal="True" proxyaddress="http://proxy:80/"/>-->
<!--<proxy usesystemdefault="True" scriptLocation="http://proxy/script"/>-->
</defaultProxy>
</system.net>
</configuration>