i get dc after login

06/26/2015 10:01 kivox#1
i get dc after login how to fix it
06/26/2015 16:28 daryllrab8#2
be specific? you running your own server? or in a private server?
06/26/2015 19:56 kivox#3
my Own Server
06/26/2015 20:16 Bizzyyyyy#4
mhm maybe try to change your LastRegion, PosX, PosY, PosZ in dbo._Char
if you dont give any informations about what you've done before that problem i doubt ppl can help you..
06/27/2015 23:01 ​Goofie​#5
IIS, fix billing server
06/30/2015 23:10 Vocs#6
If you're making it to the character selection and DC after pressing Start, it likely means that there's something wrong with your client. If you make it past the launcher but DC when the loading screen shows up, your server is either down or again, there is something wrong with your client. If you DC before the launcher Start button shows up then the server is not even up or the client isn't configured to connect to the server. Have you made any recent changes?

Oh and you can't run the client on the same machine the server is running on.
07/03/2015 05:28 Bocc1337#7
config your DBConnect from iis
Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=GAMERDUDE-PC\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=aaa222;"
DBConnA.Open strConnectA

%>