brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

SignIn works fine - SignOut tosses: Cannot #691

Closed justSteve closed 7 years ago

justSteve commented 7 years ago

I'm hitting some strangeness on a project that's been running against MR since early days. Somewhere between my last deploy and my current codebase, the ability to log a user out broke. I can sign in but any attempt to call the _samAuthenticationService.SignOut(); are being met with: Unable to connect to SQL Server database.

Any thoughts on how could it be that the db is found for SignIn but not for SignOut?

thx

brockallen commented 7 years ago

Hmm, not sure. More info needed I think.