Quote:
Originally Posted by Phoenix 1337
I didn't even tried to install these files but simply they're all the same. and your problem is clearly obvious! You can go ahead and check your configuration first before posting something like that.. 
|
Ignore this thrall.
#
So it says ''cannot connect to DB'' or something like this?
Well your problem
might be at :
-DBConnect.asp
-.ini configurations
-DEP
-Ip of the gateway
-ODBC
Solutions that
might be :
-Check configurations
-Check for misspellings
-Check the right SQL name in .inis(which are located in your certification folder as you probably know)
-Check the IIS/DBConnect.asp(Just get zikor1337 settings :
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YOURPCNAME\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=your password;"
DBConnA.Open strConnectA
%>
-Database names
-ODBC wrong configured.
And many others