what is impersonation in ASP.NET?

Answer Posted / prince

you can enable the impersonation by adding below entry in
your application config file.

<identity impersonate="true"
userName="domain\user"
password="password" />

Is This Answer Correct ?    17 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between the web config and machine config.

623


Elaborate differentiation between Cache and Application?

532


What I need to create and run an asp.net application?

511


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1507


What is asp.net caching?

576






How can you ensure a permanent cookie?

549


Why session is more secure than cookies?

492


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

701


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

570


What websites use asp.net?

522


Can I combine classic asp and asp.net pages?

530


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

536


To bind columns manually which tags do you need to add within the asp:datagrid ?

549


What are html helpers in asp.net?

521


Define resource files.

561