GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0
Go To First  |  Previous Question  |  Next Question 
 ASP.NET 2.0  |  Question 35 of 161    Print  
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

  
Total Answers and Comments: 5 Last Update: February 26, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 12, 2005 02:19:03   #1  
kumar        

RE:
u can use state server for maintaining session in this case.
 
Is this answer useful? Yes | No
September 12, 2005 02:19:31   #2  
kumar        

RE:
u can use state server for maintaining session in this case.
 
Is this answer useful? Yes | No
September 28, 2007 07:19:49   #3  
vaibhav Tyagi Member Since: September 2007   Contribution: 10    

RE: If I'm developing an application that must accomod...
Yes Kumar is Right
 
Is this answer useful? Yes | No
February 07, 2008 06:21:46   #4  
binzthomas Member Since: February 2008   Contribution: 1    

RE: If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain logi
Set the sessionstate mode as 'stateserver'

SessionState mode ”stateserver” stateConnectionString ”tcpip 127.0.0.1:42424? sqlConnectionString ”data source 127.0.0.1;user id sa;password ” cookieless ”false” timeout ”30?



 
Is this answer useful? Yes | No
February 26, 2008 00:43:17   #5  
Milanmathew Member Since: February 2008   Contribution: 1    

RE: If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain logi
Yes the above one is correct
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape