So, I've upgraded my project from 2008 to 2010, and it took awhile, but it builds. now i've pulled down the 6.3.5 connector. Production is running 6.2.2
I'm trying to login in test, and I can't seem to do it. (I assume it's me)
ok, I whip up a quick password change page, and fire it up, I can see that I'm sucessfully changing the user's password, but I still can't log in. After a bit of tinkering I see that the guid for the user whose password I'm changing is is much longer that any other in the DB. the guid used to be 28 char and now it's 44. I've tried the "Old Guids = True", but it didn't help. I'm now assuming that this mismatch is what's causing the issue. I have a ton current users, how am I supposed to upgrade production?
Also, what's going on here? why the change, I would imagine this would happen to anyone else using asp membership...
Any help would be appreciated,
Chris
*UPDATE: 5 hrs later...
I figured it out thanks to this post:
http://forum.winhost.com/showthread.php?t=5948
the last line is what helped. I added the machinekey info to the web.config and it worked. I'm leaving this here so others may find this info faster. I was unable to find practicly any info on this @ mysql.com
also here is the line added to the web config in case that link ever dies:
<machineKey validationKey="AutoGenerate" validation="SHA1"/>
I'm trying to login in test, and I can't seem to do it. (I assume it's me)
ok, I whip up a quick password change page, and fire it up, I can see that I'm sucessfully changing the user's password, but I still can't log in. After a bit of tinkering I see that the guid for the user whose password I'm changing is is much longer that any other in the DB. the guid used to be 28 char and now it's 44. I've tried the "Old Guids = True", but it didn't help. I'm now assuming that this mismatch is what's causing the issue. I have a ton current users, how am I supposed to upgrade production?
Also, what's going on here? why the change, I would imagine this would happen to anyone else using asp membership...
Any help would be appreciated,
Chris
*UPDATE: 5 hrs later...
I figured it out thanks to this post:
http://forum.winhost.com/showthread.php?t=5948
the last line is what helped. I added the machinekey info to the web.config and it worked. I'm leaving this here so others may find this info faster. I was unable to find practicly any info on this @ mysql.com
also here is the line added to the web config in case that link ever dies:
<machineKey validationKey="AutoGenerate" validation="SHA1"/>