Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is impersonation in ASP.NET
What is impersonation in ASP.NET ?
✍: Guest
By default, ASP.NET executes in the security context of a restricted user account on the local machine. Sometimes you need to access network resources such as a file on a shared drive, which requires additional permissions. One way to overcome this restriction is to use impersonation. With impersonation, 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.
2007-10-24, 5325👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What are Daemon threads and how can a thread be created as Daemon? Daemon...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
What Is C Language? The C programming language is a standardized programming language developed in t...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...