DBConnect.ASP:
Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=RAIDEN\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sas;password=12345;"
DBConnA.Open strConnectA
%>
FTP SERVER:
but i get this:
so..any1 can upload the billing ASP files configured OR explain How to configure it? Thanks.






