|
||||||||||
|
Hosting Services provide a Load-Balanced IIS 6 web environment that is .NET 1.1 enabled. Currently there are 3 servers in the production set. The test environment is also .NET 1.1 enabled but is NOT load balanced. Load Balancing is configured as Round Robin with each inbound request going to the next server in the set. The production environment is set up to support a Session State Server so that developers need not specify session state information in the web.config files. If session state information is included in local web.config files it will take precedence over the global settings. For additional information please follow these links
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconsessionstate.asp
|
|||||||||