AQFailed Log out!

05/22/2015 01:25 kwskii#1
Hey guys, what kind of error is this one? How can i fix this?

[Only registered and activated users can see links. Click Here To Register...]

My dbconnect

Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=25.114.9.145;Initial Catalog=SRO_VT_ACCOUNT;user ID=USER;password=PASSWORD;"
DBConnA.Open strConnectA

%>
localhost:8080
[Only registered and activated users can see links. Click Here To Register...]

Any help !
05/22/2015 05:24 Xutan*#2
well, if you use ip you should open TCP/Ip.
but i advise you not to if you can't secure it.
05/22/2015 16:14 Crayon*#3
PHP Code:
Data Source=25.114.9.145 
Change it to
PHP Code:
Data Source=YourSQLHostName\SQLEXPRESS