Sorry for incorect info in my earlier posts. This SQLExpress installation is in Mixed mode. I have also checked the Security\logins for the userID and password. I checked to make sure the user has create/modify rights on the database.
I have edited the SQL_server_connection.asp file with the following
strSQLServerName = "machineID\SQLExpress"
strSQLDBUserName = "UserID" 'Can I use a domain account domain\user
strSQLDBPassword = "Userpass"
strSQLDBName = "forum"
I am still getting the error connecting to the SQL database.
Have I done everything correct, or am I being a noob and forgot something?
Thanks
Edited by snoopdujour - 26 January 2006 at 7:40pm