Products Purchase Publishing Articles Support Company Contact |
support > Product FAQ > Desaware Licensing System > Proxy Settings |
|||||
Product FAQ Licensing System CC Factory Event Log Toolkit Gallimaufry IniFile Tool-5M LineGraph-5M NT Service Toolkit OneTime Download SpyWorks StateCoder StorageTools VBX Legacy VersionStamper Downloads Documentation Professional Services
|
Desaware Licensing System SupportDLS Ports and Licensing Through Proxy ServersThe Desaware Licensing System may use three possible TCP ports during operation:
In addition to being able to connect, any firewalls must be configured to allow SOAP headers to pass. Most firewalls allow this by default. If you can browse to the licensing server with a browser, but your application is not able to connect to the servers to activate, chances are that SOAP headers are being blocked by a firewall. By default, any application using the Desaware Licensing System will use the default proxy settings for the .NET framework. These are the same as the default proxy settings for Internet Explorer. In some cases you may need to set up the proxy server settings manually. This can be done by modifying some settings in your application configuration file. This file can be edited with any text editor or XML editor. It is essential that the modifications be done exactly as shown. If you have an existing <system.net> element in your configuration file, add or modify the settings in that section. Otherwise, find the end of the file. Before the last line (</configuration>) add the following: < system.net > < defaultProxy > < proxy autoDetect = " False" bypassonlocal =" True" proxyaddress =" http://192.168.1.10:3128" /> </ defaultProxy > </ system.net > Edit the autoDetect, bypassonlocal and proxyaddress elements as follows:
When you restart the application, the manual proxy settings will take effect for this application. If your proxy server authenticates connections, you may need to modify the < defaultProxy > element to be: < defaultProxy useDefaultCredentials = " True" > Additional information on use of configuration files to control proxy settings can be found in your MSDN documentation.
|
|
|||
Products Purchase Articles Support Company Contact Copyright© 2012 Desaware, Inc. All Rights Reserved. Privacy Policy |
|||||