Re: ASP.NET security and RSA SecurID
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 09/16/04
- Next message: idstam: "Re: Impersonation, DirectoryServices"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: How to determine if a user (integrated authentication) is part of a domain security group."
- In reply to: Alan Chen: "ASP.NET security and RSA SecurID"
- Next in thread: Alan Chen: "Re: ASP.NET security and RSA SecurID"
- Reply: Alan Chen: "Re: ASP.NET security and RSA SecurID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 15 Sep 2004 23:16:30 -0500
What if you change the processModel or App Pool ID to a more privileged
account such as an administrator or SYSTEM? It could be that it is trying
to access a file or registry key that requires a more privileged account
than what ASP.NET is running under.
Regmon or Filemon from SysInternals is often very helpful at tracking this
kind of thing down. Running the console app under a regular user account
might be good too.
I'd love to see your code if you'd be interested in sharing. I've got ACE
servers out the wazoo here!
HTH,
Joe K.
"Alan Chen" <liqiang_chen@hotmail.com> wrote in message
news:4cdf263f.0409151519.560a0af7@posting.google.com...
> Hi,
> I have a dll that wraps RSA SecurID package. It works great if I call
> the api from a Console app. But SD_Check() always failed (Access
> denied even if I passed in correct user id and passcode) every time
> when I call the api from a web service or a web app. I suspect that
> web.config or IIS need to be modified but don't know how.
> Any suggestions? Thanks.
- Next message: idstam: "Re: Impersonation, DirectoryServices"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: How to determine if a user (integrated authentication) is part of a domain security group."
- In reply to: Alan Chen: "ASP.NET security and RSA SecurID"
- Next in thread: Alan Chen: "Re: ASP.NET security and RSA SecurID"
- Reply: Alan Chen: "Re: ASP.NET security and RSA SecurID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|