I currently have a working setup of the Imageserver and the Webviewer. The issue is that the webviewer (the imageviewer itself) can only be accessed trough the local browser of the server.
The server has a 192.168 ip as its behind a router. The router forwards requests on the public IP to the Imageserver. The Webviewer is accessible but when i want to view an actual image its gives me the 4520 error.
The router forward settings are:
public ip:99 --> local IP:99 (works, viewer accessible)
public ip:4520 --> local IP:4520 (doesnt work, imageserver 4520 error)
It seems that the net.tcp//*ip*/4520 connection either cannot be forwarded or there are some settings i missed out. Firewall is down and the forwards are active.
Anything im missing out ?