Server Error in '/' Application.
Error occurred during a cryptographic operation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic operation.
Source Error:
|
Source File: c:\Naresh\ Global.asax.cs Line: 55
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0
=============================================================================
=Cleanup code and open...
For anyone who hasn't solved their problem, I was missing the "machineKey" entry for encrypt/decrypt in my web.config
=Try clearing your cache and cookies in order to mitigate the error. I suspect some sort of error occurred when information was sent to or from the server.