Problem with RSA.ImportParameters() under ASP .NET
- From: "Kim Hellan" <someone@xxxxxxxxxxx>
- Date: Fri, 10 Feb 2006 12:56:12 +0100
I have a problem with some code in an assembly that use
RSA.ImportParameters().
If the assembly is used in a WinForm application it's fine, but I'm having
troubles when it's used in ASP .NET.
The code is something like this:
.....
.....
RSA rsa = RSA.Create ();
rsa.ImportParameters (param);
I know it has got something to do with the IIS user not having the same
access rights to key stores and files as a normal user.
Unfortunately I can't change the code (not my assembly), so can anyone tell
me what I can tweak on the PC to make this work?
Thanks!
/Kim
.
- Follow-Ups:
- Re: Problem with RSA.ImportParameters() under ASP .NET
- From: Mitch Gallant
- Re: Problem with RSA.ImportParameters() under ASP .NET
- Prev by Date: Re: Issues With User Control Embedded Into Web Page Since Installing .NET 2.0
- Next by Date: Re: Problem with RSA.ImportParameters() under ASP .NET
- Previous by thread: Occasional System.UnauthorizedAccessException using impersonation
- Next by thread: Re: Problem with RSA.ImportParameters() under ASP .NET
- Index(es):