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
How can we register exception filter from the action?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is state management in .net?
Difference between response.redirect and server.transfer?
How does asp page work?
What is difference between ispostback and autopostback in asp net?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How do I open an ashx file?
What is the difference between ldap and active directory?
What are web server controls in asp.net?
What is a form tag?
What are the layouts of ASP.NET Pages?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the difference between custom web user control and a custom web server control?