views:

125

answers:

0

We are moving an application from a hosting environment using IIS 6.0 and ASP.NET session state server (both on Windows 2003) to IIS 7.5 and ASP.NET session state server (on 2008 R2).

We are having a problem, in the new environment, where if a user gets moved across servers in the farm, their session state is lost. We had this exact problem in the old environment, and fixed the problem using the information in the following article

http://support.microsoft.com/kb/325056

However, we are not able to check the part about the application path in IIS 7.5.

Does anyone know how to troubleshoot this problem in IIS 7.5?