Hi Westa;
WOOO-EE!! THANK YOU!!!! THANK YOU!!!! THANK YOU!!!! THANK YOU!!!! (not enough!)
The default site came up and I logged in as host with the previously reset password, added an admin user, and executed a simple SQL. )
All my SQL Server settings were exactly as you described. I didn't need to change anything except using the "sa" account and its pw in the connection strings. A defined SQL Server account with database owner privileges on the DNN database did not work. I had tried many different settings and combinations in the connection string, and this is what I ended up with
Let me know if I should change anything. (such as Integrated Security....) I used a UDL file to test the connection before editing web.config..
<connectionStrings>
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|MyWebSite.mdf;Database=MyWebSite;User ID=sa;Password=XXXXX"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005/2008 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|MyWebSite.mdf;Database=MyWebSite;User ID=sa;Password=XXXXX" />
I had been developing the site on an aged XP laptop with SQL Server 2005, but it was out of power, and I needed to install SQL Service Reporting Services to write the reports (Yet another tool to learn...) I had been using Access to do the reports, connecting via ODBC to the DNN database, but this solution was not acceptable to the IT manager. He wanted SSRS with the reports served from SharePoint on their Intranet. The reports are not for the general community, but for the staff in the organization.
I neededto upgrade to a more current infrastructure anyway, so bought a new core i3 machine with 6 GB memory and Windows 7 (x64) professional, and had installed SQL Server 2008 with SSRS and other tools. I had tested the configuration with a sample database and its reports.
Now that I have all the base components operational, my next challenge is to migrate the DNN site from my old development system to this new one...I'll check around for advice on the least painful way to do this. I'm using a number of modules - ActiveForums, Events, etc. But this was a major step in the right direction!!!
My heartfelt wishes for you and all those you love,
Rigel