ASP.NET Forms Authentication failed for the request. Reason: The ticket supplied has expired

前端 未结 5 2068
我在风中等你
我在风中等你 2020-12-10 10:49

I am getting this error many times in the event log and users are logged out.

Event code: 4005
Event message: Forms authentication failed for t

5条回答
  •  一个人的身影
    2020-12-10 11:07

    I've had the same issue after using a web.config from another machine. The problem was related with an invalid MachineKey. To solve the problem, I modified the web.config to use the correct MachineKey of my server.

    This MSDN blog post shows how to generate a MachineKey.

提交回复
热议问题