Using both IIS6 and IIS7 with the same SQL State Server
        Posted  
        
            by Josef
        on Server Fault
        
        See other posts from Server Fault
        
            or by Josef
        
        
        
        Published on 2010-05-20T15:08:49Z
        Indexed on 
            2010/05/20
            15:11 UTC
        
        
        Read the original article
        Hit count: 443
        
We are trying to use new IIS7 (32bit, Classic Mode) webs in addition to our IIS6 webs with one SQL State Server for ASP.NET Session Handling. Unfortunately the number of transactions per seconds in the State Servers spikes (10 times+) as soon as we add the new IIS7 web to the farm.
Are there any known issues with the described setup?
© Server Fault or respective owner