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
What is difference between session and cookie?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Give 2 examples for scenarios when routing is not applied?
What is the difference between mechine.config and web.config?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are the types of session in asp.net?
What is a Cookie? Where is it used in ASP.NET?
What is the difference between visual basic and asp.net?
Explain how asp.net page works?
Can we store object in viewstate?
What are the cookies types in asp.net?
How does asp net store session ids by default?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Can you explain architecture of your project ?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc