I have 2 computers that I work on. I have a development computer and I have have a production server at Rackspace cloud. When I backed up my membership database then restored it to the production server I can no longer login to the asp.net membership system. It is no longer recognizing my passwords for users.
I have reversable encryption on passwords.
Do I need to copy and paste the machine.config file from my development machine to production?
If the encryption is dependent on the machine.key you can override it in the web.config of your application by adding a
machineKeyentry – this will guarantee you are using the same value on both your dev machine and the production machine: