成员身份凭证验证失败,ASP.NET MVC3

时间:2013-04-29 08:46:34

标签: asp.net asp.net-mvc

我们有一个标准的ASP.NET MVC 3网站。从几天前开始,某些用户无法登录或恢复密码。

尝试登录时会出现以下错误:

Login failed. Please correct the errors and try again. 
•The user name or password provided is incorrect.

尝试恢复密码时,会出现以下错误:

500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

在Web服务器事件查看器中,我们看到:

Event code: 4006 
Event message: Membership credential verification failed. 
Event time: 4/29/2013 4:22:16 AM 
Event time (UTC): 4/29/2013 8:22:16 AM 
Event ID: 2b0b4500be674969a5962608df7b18fd 
Event sequence: 142 
Event occurrence: 2 
Event detail code: 0 

如果我们之后尝试注册新用户,我们可以毫无问题地登录并重置密码。

为什么只有某些用户才能解决上述问题?

我们在互联网上检查了很多文章,但仅解释为所有用户解决此问题,而不仅仅是针对其中一些用户。

感谢。

1 个答案:

答案 0 :(得分:0)

出于某种原因,我们没有获得LockedOut异常,只是“无效的用户名或密码”错误。现在我们将调查原因。