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

Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

707


How can u deifne the benefits and limitation of using Viewstate for state management?

898


What is enableviewstate?

717


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

696


Can you change a master page dynamically at runtime? How?

675


How to comment out asp.net tags?

823


What is use of Master Page in ASP.NET web pages?

796


Explain the difference between sql invalidation and sql notification.

716


What is a query string in a url?

722


What is the file extension of web service?

729


Define the term Web Garden?

704


Explain what the contents of cookie?

770


What is difference between session and cookies in asp net?

708


What is state management in .net?

796


Is it possible to write code in many languages in one asp.net project?

744