0
我們有一個標準的ASP.NET MVC 3網站。從前幾天一些使用無法登錄或恢復密碼了。成員證書驗證失敗,ASP.NET MVC3
當試圖登錄,他們收到以下錯誤:
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
如果我們以後嘗試註冊新用戶,我們可以登錄並重置密碼 沒有什麼問題。
爲什麼只有一些用戶得到上面的問題?
我們在互聯網上查了很多文章,但只解釋了爲所有用戶解決這個問題,不僅僅是爲了解決這個問題。
謝謝。
聽起來像機器鍵可能已被更改。您是否將網站移至其他服務器?或者您是否添加或更改機器密鑰設置? – 2013-04-29 13:42:02
不,我們對網站做了一些小修改,沒有其他的。 Web服務器定期獲取MS更新。 – abenci 2013-04-29 14:20:31
什麼樣的「小修改」? – 2013-04-29 14:39:25