Ask a Question related to ASP.NET Security, Design and Development.
-
netdev #1
Cryptograhic service provider failed
I have an asp.net application that is using forms
authentication and the encrypt/decrypt methods to encrypt
the ticket. My application works perfectly on my test
system. However, when moved over to production, I am
receiving the following error:
System.Security.Cryptography.CryptographicExceptio n:
Cryptographic service provider (CSP) could not be found
for this algorithm
Searching has only revealed one other issue similar to
this with a user using TripleDES encryption. The
suggested resolution was to make sure that the high
encryption pack was installed on the win2k server. I have
confirmed that the high-encryption pack is installed on
our production server. Anyone have any other ideas? TIA.
netdev Guest
-
CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired during encryption
Hi, We are trying to encrypt and decrypt some fields using RSA algorithm.The class being used is RSACryptoServiceProvider.We have put a key in its... -
Indexing Service (MSIDXS OLEDB Provider) Error - Impersonation Fai
I'm using the MSIDXS OLEDB provider in my ASP.NET application to search/query the Indexing Service catalogs for information. This works fine on my... -
Cryptographic service provider (CSP) could not be found for this algorithm.
I'm running an ASP.NET webapplication on a Windows 2000 Server SP4 machine with .Net Framework 1.0 installed. The ASP.Net application uses... -
Data provider or other service returned an E_FAIL status
I've started getting this error on an asp page that has been working fine for over a year: ============================== HTTP 500.100 -... -
Can't find a cryptographic service provider (CSP) in this algorythm...
Hi! I'm trying to use a System.Security.Criptography function, it works on my machine but when I publish the site, it gives me the following... -
Alexander Stojakovic #2
Re: Cryptograhic service provider failed
I have the same problem in certain circumstances. I would be very grateful
if someone could explain me the reason for this.
Meanwhile you could try the following:
1. Set Impersonate to false in your Web.Config
if this doesn't help, additionaly:
2. Configure .NET framework to run under System-Account
That helped solving the problem on my system,
best regards
Sascha
"netdev" <eric_keeney@hotmail.com> wrote in message
news:433601c37c63$788f2740$a501280a@phx.gbl...> I have an asp.net application that is using forms
> authentication and the encrypt/decrypt methods to encrypt
> the ticket. My application works perfectly on my test
> system. However, when moved over to production, I am
> receiving the following error:
> System.Security.Cryptography.CryptographicExceptio n:
> Cryptographic service provider (CSP) could not be found
> for this algorithm
>
>
> Searching has only revealed one other issue similar to
> this with a user using TripleDES encryption. The
> suggested resolution was to make sure that the high
> encryption pack was installed on the win2k server. I have
> confirmed that the high-encryption pack is installed on
> our production server. Anyone have any other ideas? TIA.
Alexander Stojakovic Guest



Reply With Quote

