infact its the DBconnection ...
change the DBconnect.asp
in x:/inetpub/wwwroot/
clear it then add this
|
|
|
<% Dim DBConnA, strConnectA Set DBConnA = Server.CreateObject("ADODB.Connection") strConnectA = "Provider=SQLOLEDB;Data Source=xxxxx\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=password;" DBConnA.Open strConnectA
%>
|