I modified the sql_server_connection.asp file according to the directions to point to a new database that I created on a newly installed SQL and when I go to the mssql_server_setup.asp file and type in the username and password I get the following error message
I also typed in the following sql_server_connection.asp:
'Enter the details of your SQL server below
strSQLServerName = "ibm" 'Holds the name of the SQL Server
strSQLDBUserName = "administrator" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "password" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "webwiz" 'Holds name of a database on the server
Error Connecting to database on SQL Server
Check the following is set up and correct:-
SQL Server User Name SQL Server Password Name of the SQL Server Database name set up by you on the server Empty Database set up by you on the SQL Server
Check also that you have entered the correct details in the file 'SQL_server_connection.asp' found in the admin directory.
|