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
When we use cookie less session? Explain its working?
What is the difference between custom web user control and a custom web server control?
What does aspcompat="true" mean?
How do we ensure view state has not tampered?
Define repository pattern in asp.net mvc? : asp.net mvc
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How can we create Tree control in asp.net?
Is there any limit for query string? Means what is the maximum size?
What are the memory-mapped files?
What is a global postback url?
How to implement globalization and localization in the use interface in .net.
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How can we inherit a static variable?
What is difference between ispostback and autopostback in asp net?