[thelist] Can I develop .NET 1.1 with VS '05?

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Tue Mar 21 10:44:27 CST 2006


   Ah... good point.  SessionIDs are GUIDs by nature, and you can't assign them arbitrarily.  Of course if you just store a unique ID in a time-limited cookie and hit the DB for user info, then you don't have to worry about that...
   And yes, ASP.NET has several session modes available, including two that can handle a multi-server environment.
   I'd like to hear the rest of this saga as well.

Peter

 From: Ian Anderson ian at zstudio.co.uk

Peter Brunone (EasyListBox.com) wrote:

> Of course I have a million questions, like "why can't they load
> balance Classic ASP", 

Am I right in thinking that one possible reason could be the use of 
ASP's built-in sessions? I think I read that these are specific to one 
instance of IIS and are therefore inimical to load-balancing across 
multiple servers.

Is the implication then that .NET can get around this without 
hand-rolling your own session handling though MUNGed querystrings?

Interested for future reference...

Cheers

Ian



More information about the thelist mailing list