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, 5425👍, 0💬
Popular Posts:
How To Return Top 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If you want ...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
interview.FYIcenter.com offers a collections of interview questions and answers for software and Web...