Hi George ,
Welcome to the ASPNET newsgroup.
As for hosting ASP.NET application in webfarm scenario, there is no
particular setting for ASP.NET runtime, the most thing we should take care
in webfarm(loading balance) cases should be the statemanagement, viewstate
or any other encryption setting. Here is one kb article mentioned some of
this:
#HOW TO: Set Up Multi-Server ASP.NET Web Applications and Web Services
http://support.microsoft.com/kb/815162/en-us
BTW, for ASP.NET 2.0, for statemanagement like sessionstate, there provide
more flexible approachs like custom session state module which can let us
build our own session state module to suit our particular scenario:
#Implementing a Session-State Store Provider
http://msdn2.microsoft.com/en-us/lib...87(vs.80).aspx
In addition, you can also search some other resource on ASP.NET state
management in msdn or other public web forum to get some furhter resource.
Hope this helps.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)