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


Please Help Members By Posting Answers For Below Questions

Explain advantages of caching?

524


Explain about ASP.NET?

626


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1432


What is asynchronous call?

575


What is a Cookie? Where is it used in ASP.NET?

602






How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

614


If we remove web.config or machine.config from the application then, is this application will works?

589


What is the base class from which web forms are inherited?

521


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

594


Differentiate between a hyperlink control and a linkbutton control.

550


Explain the concept of MVC Scaffolding?

582


Less than one page, how many windows will you be able to maintain?

557


Explain the use of view state?

552


How is it possible for .NET to support many languages?

293


Can I tap into other windows livetm services?

561