When do you set "<IDENTITY impersonate="true" />" ?
Answer Posted / 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 View All Answers
Are there resources online with tips on asp to asp.net conversions?
Where is asp.net session stored?
What is difference between abstract class and an interface?
What is the difference between the response.write() and response.output.write() methods?
Can you use c# without .net?
How do session tokens work?
What are the uses of list view control in Asp.net?
What is the difference between CC and BCC?
What is web api and why to use it?
What are the session management techniques asp net?
Which object encapsulates state or data of a user?
Why do we use web config?
How can we implement a identity (sql server) call in an asp.net page?
What are the different types of Caching techniques in ASP.NET?
Explain the difference between asp & asp.net.