Reputation: 1279
I have problem while loading the default page of an sitecore site. Error in log is as follows:
System.Security.Cryptography.CryptographicException was unhandled Message=The system cannot find the path specified.
Source=mscorlib StackTrace: at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) at System.Security.Cryptography.SafeKeyHandle._FreeHKey(IntPtr pKeyCtx) at System.Security.Cryptography.SafeKeyHandle.ReleaseHandle() at System.Runtime.InteropServices.SafeHandle.InternalFinalize() at System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing) at System.Runtime.InteropServices.SafeHandle.Finalize() InnerException: null
Any help appreciated well in advance.
Thanks
ANS
Tried with setting Load User Profile = True on the app pool. Did not resolve my issue :(
Upvotes: 2
Views: 926
Reputation: 4008
You didn't specify which version of Sitecore you are running, but Sitecore CMS 6.0.1 rev.090317 (also known as "6.0.1 Update-1") should address this.
http://sdn.sitecore.net/Products/Sitecore%20V5/Sitecore%20CMS%206/ReleaseNotes/ChangeLog.aspx
Fixed: When the IIS application pool was configured to run using a non-standard user account Identity, a System.Security.Cryptography.CryptographicException might occur, preventing Sitecore from working.
You may also want to take a look at this question: Sitecore - System.Security.Cryptography.CryptographicException
Upvotes: 3