NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on March 25, 2014, 02:56:24 PM
-
Upgraded NT7 to NT8.03
Compiled and fixed issues as indicated
Works fine on my local PC
Uploaded new app to my test Virtual Server
Copied over the Web directory as well
Started as a Service and all starts OK
Try to access using the IP and :88 and cannot see the server.
This was all running fine in NT7
Tried starting not as a service with the same result
Tried exact same on another virtual server with the same result
Tried running IE locally on the VS and it will not see the server?
Any ideas
Brian.
-
are you running https? Did you copy the new dll's? Is the port 88 the same as you were running on the NT7 app?
-
Thanks Kevin,
All except the new dll's that's probably it.
-
Hi Kevin, what DLL's? My app is a single exe.
-
ssl dll's if you're using https
-
look in the app folder on your development machine - the DLL's you need to ship are there.
Plus of course you need to upload the certificates folder as well.
cheers
Bruce
-
Sorry guys - not SSL, just a test server. Will be when goes live.
-
did you add the program as an exception to the firewall on the server?
ie control panel, windows firewall, add exception and so on. (close the program when doing this, and restart after.)
-
Thanks Bruce, yes did all the firewall stuff, this was just an upgrade.
Solved the issue - it was me as usual. I think one of the DLL's was an older version
Once I cleaned all that up it works fine now.
Thanks for the input.
Brian.