Cryptographic service provider (CSP) not found
The database restore and Visual Studio .NET build succeeded but I get the following error when I launch the app:
Server Error in '/ThePhile' Application.
--------------------------------------------------------------------------------
Cryptographic service provider (CSP) could not be found for this algorithm.
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.CryptographicExceptio n: Cryptographic service provider (CSP) could not be found for this algorithm.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[CryptographicException: Cryptographic service provider (CSP) could not be found for this algorithm.]
System.Security.Cryptography.DESCryptoServiceProvi der..ctor() +239
System.Web.Security.FormsAuthentication.Initialize () +242
System.Web.Security.FormsAuthenticationModule.OnEn ter(Object source, EventArgs eventArgs) +146
System.Web.SyncEventExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +87
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
|