Applies to:
PcVue 12 onwards |
||
|
||
Summary:
This article describes how to deploy a Website when having the frontend (IIS) and backend (PcVue) in separated networks using multiple network interfaces or a VPN connection. |
||
|
||
Details:
On web server side, there is a new configuration item into the web.config file of the GraphicalData service called “MachineName” which is empty by default. If it is empty, we don’t change the behavior and it works like before, otherwise the local IP in this configuration is used to bind the .net remoting callback port. Different situations in which you have to modify this file:
If all of this is true, the MachineName should be set in the web.config file of the GraphicalData webservice. On backend side, a configuration file can be used to add the machineName (Case sensitive, it si really machineName, lower case m and upper case N). It is called PropertyServer.config and can be found in the BIN directory of PcVue. To add the name or the local IP, it must be modified like that: How to know if the machineName must also be configured on backend side:
If all of that is true, the machineName should also be set in the PropertyServer.config file found in the BIN directory of PcVue. Additional information:
|
||
|
||
|
Created on: 12 Jun 2020 Last update: 04 Sep 2024