|
|
@@ -62,9 +62,11 @@
|
|
|
<add type="System.Net.NtlmClient, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
</authenticationModules>
|
|
|
<defaultProxy>
|
|
|
- <proxy />
|
|
|
- <!-- bypassonlocal and proxyaddress are ok -->
|
|
|
- <!-- usessystemdefault is not supported -->
|
|
|
+ <proxy
|
|
|
+ usesystemdefault = "true"
|
|
|
+ bypassonlocal = "true"
|
|
|
+ />
|
|
|
+ <!-- proxyaddress can also be set -->
|
|
|
</defaultProxy>
|
|
|
<webRequestModules>
|
|
|
<add prefix="http" type="System.Net.HttpRequestCreator, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|