I\'m having trouble getting 2 identical ASP.NET MVC applications to share the same Session using a Session StateServer. The reason I\'m trying to do this is we will eventual
You also have to make sure that the application path for the app has to be the same on both web servers. There is an old article here that might help
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q325056
We are currently experiencing a similar problem, except that we are using IIS 7.5 and the application paths are hidden to us (does not use the metabase anymore). Does anyone know a way of troubleshooting this with IIS 7.5?