ASP.Net erro: Proxy name could not be resolved

Colocar em web.config:

<system.net>

<!– ASP.NET Proxy Usage for HttpWebRequests
“usesystemdefault”
false – stops the server using the default proxy configuration or proxy
auto-detection.
“bypassonlocal”
true – this tells all requests to a local address to ignore configured proxies.
–>
<defaultProxy>
<proxy usesystemdefault=”false” bypassonlocal=”true”/>
</defaultProxy>

</system.net>

Deixe uma resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *