Well lneville, that was the premise I understood when I blithely opened the database in Management Studio. But something when wrong, repeatedly. I’ll answer your questions and maybe we can figure it out.
I open SQL Server Management Studio, click “Connect” on the pop-up box to connect to SQLEXPRESS, Right-click “databases” in Object Explorer, Choose Attach, then the Add button, browse to the database file, choose it, OK button on browse dialog and OK button on the attach dialog. I was also going to the “tabs” table and opening the table to see the records. It shows the records fine. But the next time I refresh the site in the browser, it shows this error message.
Error Installing DotNetNuke
Current Assembly Version: 04.03.05
ERROR: Could not connect to database specified in connectionString for SqlDataProvider
__________________________________________________________________
(don't be fooled by the error message, DotNetNuke was fully installed and working before I attached to it with Management Studio Express, It would redirect the browser to the install.aspx page and then I would get this message.)
I played with the connection strings, reset IIS, restarted SQLExpress. All to no avail.
Then I blew away the DNN installation, reinstalled it and had a new, working database and application web. And then, as a test, attached to the database again from SQL Server Management Studio and suffered the same error message setback.
If I just used the DNN application without SQL Server Management Studio involved, it worked fine.
Of course there might be something else I did that I don’t realize that is messing me up. Could it have something to do with remote desktops through a VPN? That is how I access the server. Do you have a comment on any of this?