"It's not set at all in app.cong or machine.config. Hmm. If I'm reading the
MSDN docs right, the default for defaultProxy.enabled is TRUE if the element
isn't specified at all. That would be consistent with my observations.
"
<system.net>
<defaultProxy enabled="false" useDefaultCredentials="false" >
<proxy usesystemdefaults="true" proxyaddress="http://192.168.1.10:3128/" bypassonlocal="true" />
<bypasslist>
<add address="[a-z]+\.contoso\.com" />
</bypasslist>
<module/>
</defaultProxy>
</system.net>