Top "Impersonation" questions

Impersonation is a process whereby an application assumes another identity or security context during execution.

Error with SQL Server "EXECUTE AS"

I've got the following setup: There is a SQL Server DB with several tables that have triggers set on them (…

sql-server impersonation
The right use of <identity impersonate="true"/>

In my Website, Users who has logged in are able to change their profile pictures, and this process includes saving …

c# asp.net permissions impersonation
How to Start/Stop a Windows Service from an ASP.NET app - Security issues

Here's my Windows/.NET security stack: A Windows Service running as LocalSystem on a Windows Server 2003 box. A .NET 3.5 Website …

asp.net windows-services impersonation security
What is Impersonation in ASP.NET?

Please explain impersonation for non-technical users.Then please explain it in the context of ASP.NET. Is Impersonation good or …

asp.net impersonation
How can I fix the Kerberos double-hop issue?

I'm having some trouble calling a web service from within a web application and I was hoping someone here might …

asp.net wcf impersonation kerberos
Run new process as different user in vb.net

I'm currently using a homegrown method to run a process as a different user in Vista, and I can't escape …

vb.net impersonation runas security-context startprocessinfo
Impersonate with username and password?

WindowsIdentity identity = new WindowsIdentity(accessToken); WindowsImpersonationContext context = identity.Impersonate(); ... context.Undo(); Where do i declare a administraotr UserName and Passowrd ? …

c# console-application impersonation
Is it safe to set validateIntegratedModeConfiguration=false in order to continue using identity impersonate=true?

We have upgraded an ASP.NET web application from IIS6 to IIS7 integrated mode. Our application uses: <identity impersonate="…

asp.net iis-7 iis-6 impersonation integrated-pipeline-mode
Impersonation in ASP.NET MVC

I have a MVC web application on an intranet and want to be able to create files on our FTP …

c# asp.net-mvc impersonation
ASP.NET impersonates NT AUTHORITY\IUSR but impersonation is disabled. ASP.NET bug?

I have an ASP.NET 4.0 application running on Windows 7 / IIS 7.5 in the "ASP.NET v4.0 Classic" application pool, which is …

asp.net sql-server iis impersonation