I'm trying to migrate a few asp.net applications from iis 6 to iis 7 and I've run into a few snags along the one. I can't find any documentation for the issue I'm seeing and wanted to see if someone else has encountered the same problem.
I'm using SQL Server 2005 db mirroring on my databases. In the connection strings of my application I have specified the Failover Partner, which caused no issues in iis 6. Now after moving to iis 7, the failover partner keyword in the connection string is causing my application to timeout when trying to access the database. The application works fine when I remove the failover partner keyword from the connection string.
Has anyone run into this issue? Is this expected behavior or some sort of bug?
Any information anyone could provide me would be appreciated.