The application cannot connect to the license server

The customer network may require a proxy. Adapt and add the following section to the web.config:

<system.net>

<defaultProxy>

<proxy

proxyaddress="http://SOMEIP:PORT"

bypassonlocal="true"

/>

</defaultProxy>

</system.net>

Last updated

Was this helpful?