Community

Impersonation with ASP.NET 2.0

(Manish Dwivedi) Impersonation is the process of executing code in the context of another user identity. By default, all ASP.NET code is executed using a fixed machine-specific account. To execute code using another identity we can use the built-in impersonation capabilities of ASP.NET. We can use a

Read More - Register for Free Membership