Certificationserver error

08/17/2016 21:27 MusicAddictZ#1
Im getting error when i try to use my hamachi IP, i get unhandled exception: system.net.sockets.socketexception... . It works with 127.0.0.1 and my ipv4 adress, but i cant connect GlobalManager after:
server cord established : 1 (192.168.56.1:32000)
Can't connect to account DB
GlobalManager is initialized successfully
cannot occupy db session : select * from SK_SilkChange_BY_Web
cannot occupy db session : select * from SK_SilkChange_BY_Web
cannot occupy db session : update _Shard set nStatus = 0, nCurrentUserRatio = 0 where nID = 64
08/25/2016 06:05 DevilArrow#2
You need to Edit DBConnect is in the Folder wwwroot

example

<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=yourpcname\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=idfromDB;password=pwfromDB;"
DBConnA.Open strConnectA

%>