Hi everyone this is my sad story, recently i finished my first DNN app and i started the deploy, i did it with a MSSQL 2005 DB but the server only have MSSQL 2000, so i used the publishing wizard to generate the whole script (structures and data), so i created a new DB in 2000 and made a bulk insert, but with another DB User. After i finished the deploy and all was reconfigured(new connection string) i started testing the site and it shows all the information fine, but when i tried to log in with the host user it always fail. Facts: - I have connectivity with the database
- I create again the same user that i used before
- I saw the users table and the users looks fine
Questions: - Do the users of the DNN keeps a link with a DB User (For example its UID)
- Can i reset the password of the users in the database
Thanks |