Hi,
Please note that express is broken on my machine so I cannot use it, I am focusing on SQL Server 2005 itself now.
What account does DNN logs in with? I assume its the ASPNET account?
The error is indicating the ASPNET account, but I do not have the
password to login in to SQL Server Managment Studio for obvious reasons.
Plus I have changed the database name in the ConnectionStrings tag in web.config file.
I still have no luck, thanks.
<!-- Connection String for SQL Server 2005 Express -->
<!-- Connection String for SQL Server 2000/2005
name="SiteSqlServer"
connectionString="Server=(local);Database=DotNetNuke481;uid=;pwd=;"
providerName="System.Data.SqlClient" />
-->