ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
what is impersonation in ASP.NET?
 Question Submitted By :: Muralisivam
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is impersonation in ASP.NET?
Answer
# 1
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 ?    3 Yes 1 No
Srikanth
 
  Re: what is impersonation in ASP.NET?
Answer
# 2
impersonation is the process of assigning a user account to
an unknown user.By default, the anonymous access account is
named IUSER_machinename. This account can be use to control
anonymous users' access to resources on the server.
This mechanism allows a server process to run using the
security credentials of the client. When the server is
impersonating the client, any operations performed by the
server are performed using the client's credentials.
Impersonation does not allow the server to access remote
resources on behalf of the client.
 
Is This Answer Correct ?    3 Yes 0 No
Sachin
 
 
 
  Re: what is impersonation in ASP.NET?
Answer
# 3
you can enable the impersonation by adding below entry in 
your application config file.

<identity impersonate="true"
          userName="domain\user" 
          password="password" />
 
Is This Answer Correct ?    5 Yes 1 No
Prince
 
  Re: what is impersonation in ASP.NET?
Answer
# 4
Impersonation is nothing but identity of a client.
 
Is This Answer Correct ?    4 Yes 2 No
Rahul
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)  3
Is overloading possible in web services? Microsoft2
about view state and how validation controls will be executed on client and server Wipro2
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?  3
relacement of websevices in .net 3.0? Mind-Tree1
can u create two Primary key for a table? --Sivaa BirlaSoft8
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.  4
what is the difference between console.writeline &console.output.writeline?  2
If Asp Dot Application is stateless what happened? during designing TCS3
what is .net Net-Solution11
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe  1
What is the base class of .NET?  5
How many time you can fill dataset in asp.net? Syntel1
how can i insert array values and retreive in asp.net TCS3
how to update data set? TCS3
what are the main advantage in .net? TCS3
What is runtime host ? Digital-GlobalSoft2
what are webservices?In which circumstances we can go for webservices? Microsoft2
where should write the connection string Show that it will apply whole pages in the website Symco5
Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com