what is impersonation in aspnetby default the


What is impersonation in ASP.NET?

By default, the ASP.NET executes in the security context of a restricted user account on the local machine. Sometimes you require to access network resources like file on a shared drive that requires additional permissions. One way to overcome this restriction is to use the impersonation. With impersonation, the ASP.NET can execute the request using the identity of the client who is making the request, or ASP.NET can impersonate a specific account you specify in web.config.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is impersonation in aspnetby default the
Reference No:- TGS0161291

Expected delivery within 24 Hours