Ask a Question related to ASP.NET Security, Design and Development.
-
Mary Chipman #1
Re: Impersonation in ASPNET and LogonUser
Have you taken a look at the asp.net security best practices paper? It
discusses some of the pitfalls and issues when using impersonation.
[url]http://www.microsoft.com/downloads/release.asp?ReleaseID=44047[/url]
-- Mary
MCW Technologies
[url]http://www.mcwtech.com[/url]
On Wed, 3 Sep 2003 06:14:48 -0400, "alexey" <alexey@intuitivelabs.com>
wrote:
>I am trying to impersonate in ASPNET application. I found a large number of
>samples that use interoper call to LogonUser. The problem is no one sample
>code really works. The main problem the error: 1314 A required privilege is
>not held by the client. ERROR_PRIVILEGE_NOT_HELD
>.
>And it is not recommended to give such provileges to the ASPNET user. Nobody
>tells how to bypass that.
>
> So how do I really resolve that problem?
>
>Thanks
>
>Alexey
>
>alexey@intuitivelabs.com
>Mary Chipman Guest
-
Using LogonUser API in ASP.net with an account other than ASPNet account
I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on... -
ASPNET Account, Impersonation, SQL Server problem
Does --------- No, the general mis conception is that it does need to be a domain account. But, in fact it doesn't. There are a lot of... -
problem with impersonation using LogonUser
Hello All This is what I am tring to do: I have some folders shared for specific users on network. Now from my web appl I have to access them.... -
Restricting ASPNET ACLs without breaking ASPNET (newbie-ish)
Scenario: We have a library with objects that host Jscript for the execution of complex validation code. This library is being called by an ASP.NET... -
ASPNET and Impersonation
Maybe someone the aspnet.security group has some other suggestions. Shel -- This posting is provided "AS IS" with no warranties, and confers...



Reply With Quote

