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   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click 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
 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 ?    0 Yes 0 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 ?    0 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 ?    0 Yes 0 No
Prince
 
  Re: what is impersonation in ASP.NET?
Answer
# 4
Impersonation is nothing but identity of a client.
 
Is This Answer Correct ?    1 Yes 0 No
Rahul
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the use of web.config? Difference between machine.config and Web.config?  3
How to check null values in dataset ? Digital-GlobalSoft2
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface? Phoenix-Technologies3
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close() Techno-Solutions3
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables. Syntax-Softtech3
To call a Web service SOAP which transport protocol you use?  2
With out Web.config can we executes the application?  4
if you disable view state of a textbox will it maintain data during postbacks.if yes reason FactorH6
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?  1
What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout Syntax-Softtech2
Explain what a diffgram is, and a good use for one?  1
2. Why did you choose this career? Swatz-Oils1
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.  1
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits? CoreObjects2
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem. CTS6
Usage of web.config? Microsoft1
What is boxing and how it is done internally? Microsoft1
please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit Netsweeper1
What data types do the RangeValidator control support?  2
Why Web Services?  1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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