When do you set "<IDENTITY impersonate="true" />" ?



When do you set "<IDENTITY impersonate="true" />" ?..

Answer / aman rathi

Identity is a webconfig declaration under System.web, which helps to control the application Identity of the web applicaton. Which can be at any level(Machine,Site,application,subdirectory,or page), attribute impersonate with "true" as value specifies that client impersonation is used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What data types do the RangeValidator control support?

2 Answers  


How do I use a proxy server when invoking a web service?

0 Answers  


What is the purpose of session management?

0 Answers  


What is enableviewstatemac in asp net?

0 Answers  


How can you dynamically add user controls to a page?

0 Answers  






suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


What are Session states available and its Uses?

0 Answers   CTS, iLogic,


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


How to handle error while project running on live

2 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


What is the difference between dispose() and finalize()?

0 Answers  


By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service

0 Answers  


Categories