what is impersonation in ASP.NET?
Answer Posted / srikanth
Everthing that asp.net does is through the windows account
that is defined in machine .config which is aspnet.
Now if you want your application alone to run in a
different account, you can change this identity to be
changed temporarily so that the asp.net will run in another
account(provided it is a windows account)
| Is This Answer Correct ? | 34 Yes | 13 No |
Post New Answer View All Answers
How can we inherit a static member?
From which base class all web forms are inherited?
Can I stream live content/events?
How can you handle unmanaged code exceptions in asp.net?
Explain swagger components.
How can I open ashx file in mobile?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Can you set which type of comparison you want to perform by the comparevalidator control?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What is asp.net mvc5? : Asp.Net MVC
What is the default authentication mode for asp.net?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Explain about Automatic resource management?
What are the advantages of asp.net?