Hi,
What do I need to consider when coding an ASP.Net website as to whether the application will work in an environment where there is a load balancer for IIS?
All user sessions work independently, without shared data between sessions. Separate connections with MSSQL. Images and files for upload will be hosted on the same server.
Windows Server 2008, C # and .Net 4.0.
source
share