I have a strange one here. All my Classic ASP applications worked error-free and performed brilliantly running them as localhost under Windows XP with IIS 5.1.
Under Vista/IIS 7 however, the best way that I can describe it is that they are all "sluggish". They run error-free, but I notice at times that form processing seems to have a "burp" effect. By that I mean, in one instance, they'll respond immediately, while in the next instance, my browser will show the processing icon and the response will take 2 or 3 seconds.
This is a problem in several applications, including a Pyramid game that I've created. The app needs to display the next clue as soon as I click the CORRECT button for the previous clue. In some instances, the next clue appears right away. In others, the delay occurs.
I'm sure I have something configured incorrectly somewhere, but the frustrating part is that I'm receiving no errors that I know of when this delay occurs, because the next page does eventually get served without errors.
I've tried using the machine name instead of localhost as suggested in a post that I read on here, but that has made no difference. The occasional delayed processing still exists.
Has anyone heard of this and know what I can examine to try and solve this? Is there a known performance problem using the combination of IIS7 with Vista SP1 and Access 2003?