what is Impersonation
Answer Posted / imatoria
Impersonation means that giving special privilege
(permissions) to the user to perform something. Normal
website user is ASPNET_USER, which doesn't have enough
permission. But, giving the impersonation means that normal
website user would have all the permissions which the
impersonated user has.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where is the session stored?
What is sql data source control in asp.net?
What is difference in .net 1.1 and .net 2.0?
What is razor? : asp.net mvc
How do we sort the data from a dataset?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Using code explain Configuration Management
How ASP.NET page works?
Describe SOA and the tenets of it?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the different types of cookies in asp.net?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
If we remove web.config or machine.config from the application then, is this application will works?
What is the question mark in a url?