Circling back... Got it figured out, kinda. Not working, but figured out.
Machinekey settings were correct; they must always follow the db contents/data. This has not changed, and the keys had nothing to do with the inability to log in for this case...
I got time to poke around the post-migration db and found some serious issues in the DNN USERS table. The aspnet tables were fine, but the DNN Users table was nearly totally blank [only a handful of records vs 500 expected and in the original]. Re-transferring just the data for that table alone cleared the login problem. Other issues remain...
Other tables are likewise totally blank. They were tables beginning with V or W and came after the Users table in the script 'data insert' section [very near the end of the 120,000 line script]. It was like the script just gave up and quit, yet it said it was complete, but with errors; I believe the SET IDENTITY_INSERT errors dealt with those tables... Those errors did not occur when the identical section of script was executed alone, though, and the script does not appear to have been incorrect... [i.e. the error report was in error, but who knows w/o valid line numbers, SSMS sucks in that respect...]. [Disclaimer: I'm not a programmer...]
My conclusion is that DNN is fine and Plesk is fine [I really like the collection of tools a lot], but that the 'script' migration process between db servers as a whole is fundamentally flawed. I am not certain the results would be the same if I ran it again, identically. Perhaps running it remotely is the problem; no ability to check for or correct errors in the result [the process is open-ended and obviously error-tolerant].
Migrating to GoDaddy Web/Plesk Hosting is highly NOT recommended at this time [scripting your db in is the only way to get it to the db servers as the Plesk 'upload' feature is off and appropriately so]. It would be my candidate of choice if I was starting anew with a client/site, though, mostly due to the superior Plesk tools.
I will try again in a few weeks or months; I may try breaking the script into pieces; I may not bother...
Bob