I have a system that we have been testing on our development server. I am in the process of moving it to the live server now. I backed up our dev db and restored it to the live db. If I select from aspnet_users I see the two users I added. However, when I try to log in it says my password is invalid. I had this problem with the dev server and I used the aspnetconfiguration in visual studio to add a user. I then logged in and created a user and then used that user. The problem is, on our live server, we don't have vs and I have no way to access that configuration manager. I think this has something to do with encryption keys or something, but I'm rather new to all of this stuff. I am using a customized role provider. Can anyone give me some suggestions? Thanks,