I recreated the database to start again. The SQL server uses Windows
and SQL authentication. Three users are checked as Public and dbo. The
current account which created the database has a space character "The
Messiah" is it legal?
In SQL_server_connection.asp:
strSQLServerName = "" 'Holds the name of the SQL Server
strSQLDBUserName = "" 'Holds the user name (for SQL Server
strSQLDBPassword = "" 'Holds the password (for SQL Server
strSQLDBName = "MyForum" 'Holds name of a database on the server
If I put a servername it didn't create the tables, same if I put username.
Now when i goto the http://Myserver/forum got this err
- Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
Invalid authorization specification
/forum/common.asp, line 260
- Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
how can i fix this