FINALLY!!! It works. I started with a new folder under wwwroot / dnn6 instead of dnn614. I also attempted to create a new database dnn6. I succeeded in doing so. Then I tried to restore the dnn6 with my original dnn614 database. SQL Server absolutely would not let me do this even though I have been able to do so with earlier versions. Finally I gave up and pointed the app to the dnn614 database. I restored it to the dnn614 that I brought over from SQL Server 2008.
The web config file came from the old system (WS 2003). The connection strings were updated to the new server (local) and new log in name and password. Then I got to the
http://localhost/dnn6 site -- but it kept redirecting me to the Getting Started page. Also the log in was funky.
Then I copied in a good web config file from a new successful install on the new system. The connection strings were updated for the dnn6 site. Next I got the Could not load file or assembly 'Telerik.Web.UI.Skins' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045) error. The newVersion was updated.
Finally I went to my desktop and plugged in the serverip/ dnn6 and got my web site!!!
Now on the local server, I am getting the DotNetNuke error when I do the browse thing. Oh well, I can use the desktop for updating the site.
Whew! and Whew.