Error occurred during a cryptographic operation in debug

后端 未结 6 808
挽巷
挽巷 2021-01-01 16:20

I\'m getting the below error. This seems to have only started after I upgraded my visual studio 2015 to have the first update. I have read a few threads here about this be

6条回答
  •  被撕碎了的回忆
    2021-01-01 16:44

    Please check if your machine config file has Machine key configuration. If not then add machine key config in your web.config.

        
        
    
    

    This solved the issue for me

提交回复
热议问题