Quantcast
Channel: What is Impersonation in ASP.NET? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Kumar Manish for What is Impersonation in ASP.NET?

ASP.NET applications can execute with the Windows identity (user account) of the user making the request. Impersonation is commonly used in applications that rely on Microsoft Internet Information...

View Article



Answer by Brian Lyttle for What is Impersonation in ASP.NET?

You should check out Keith Brown's description of impersonation. It is really a Windows concept.When you have an application using forms authentication (FA) the IIS process is running under the...

View Article

Answer by Justin Niessner for What is Impersonation in ASP.NET?

Web applications run through a web server. That web server runs as a user with different permissions than yourself. Impersonation allows the application to run as you (or any other user with different...

View Article

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 evil? Do we use it in the case of Forms-based Authentication?

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images