NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on March 25, 2014, 02:56:24 PM

Title: NT8 Not running on Virtual Server
Post 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.
Title: Re: NT8 Not running on Virtual Server
Post by: kevin plummer on March 25, 2014, 04:16:46 PM
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?
Title: Re: NT8 Not running on Virtual Server
Post by: broche on March 25, 2014, 05:02:15 PM
Thanks Kevin,
All except the new dll's that's probably it.
Title: Re: NT8 Not running on Virtual Server
Post by: broche on March 25, 2014, 05:09:15 PM
Hi Kevin, what DLL's?  My app is a single exe.
Title: Re: NT8 Not running on Virtual Server
Post by: kevin plummer on March 25, 2014, 08:09:36 PM
ssl dll's if you're using https
Title: Re: NT8 Not running on Virtual Server
Post by: Bruce on March 25, 2014, 09:32:59 PM
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
Title: Re: NT8 Not running on Virtual Server
Post by: broche on March 25, 2014, 09:52:06 PM
Sorry guys - not SSL, just a test server.  Will be when goes live.
Title: Re: NT8 Not running on Virtual Server
Post by: Bruce on March 25, 2014, 10:01:03 PM
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.)
Title: Re: NT8 Not running on Virtual Server
Post by: broche on March 26, 2014, 08:50:14 AM
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.