The data protection operation was unsuccessful on Azure using OWIN / Katana

前端 未结 7 1018
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 19:37

I\'m trying to implement password reset on an OWIN/Katana based ASP.NET MVC website running in Azure.

It works fine when run locally but fails in production.

7条回答
  •  失恋的感觉
    2020-12-08 20:18

    If the host server is a virtual machine it could be exactly what the error message says. Check if your Application Pool in IIS really has Load User Profile set to true like the exception says:

    • In the Connections pane, expand the server name, and then click Application Pools.
    • Right click on you Pool
    • Advanced Settings

提交回复
热议问题