Impersonation in ASP.net
From: Dominick Baier (dotnet_at_leastprivilege.com)
Date: 10/17/04
- Previous message: Dominick Baier: "SQL / IIS Application Pool Identity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: microsoft.public.dotnet.framework.aspnet.security Date: Sat, 16 Oct 2004 15:36:16 -0700
Look at WindowsIdentiy.Impersonate() in the documentation
---
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet.security/ I want an asp.net buttonclick_onserver event to run a process as a
given domain user on the server. What is the easiest way to do this.
For some reason "LogonUser" fails with "Unknown user or password"
LocalMachine/Administrator also failed.
[microsoft.public.dotnet.framework.aspnet.security]