Hello
We have a web application on IIS6 with Windows 2003 Server that we have migrated on a new platform on IIS7 with Windows 2008 Server.
This website is connected to SQL Server 2008 databases on others server.
On COM Plus properties, we have activated "Execute In MTA" because we are using COM objects with ASP pages.
Since we have migrated, we have performance issue : the time to connect to the application once logged or to load pages is slower and not constant.
For the same pages on IIS6, performance is better.
We have tried to configure Output caching and it was not ok.
We have tried recycling of application pool but sessions were lost.
Could you please tell us what could be set up on IIS7 ?
Thank you