David,
In the spirit of your blog, I wanted to share something I found:
Recently one of our clients
had an issue with retrieving their check images through Internet Teller. This
was after they had upgraded their IIS Webserver hosting Internet Teller to
IIS7. By default Server 2008 R2 only installs in 64 bit. IIS 7 by default
disables 32 bit ASP applications from running.
This can affect third party applications from being executed, such as check
image retrieval and Single Sign On (SSO) to external sites such as Bill Pay. To
enable this functionality follow these steps:
Then switch (or verify which pool your ASP site is using) over to use the new Application Pool by right clicking on the site name and selecting “Manage Application”/”Advanced Settings” and changing the Application Pool to the newly created “Classic ASP”.
Thanks to this website for the above solution: http://www.devbymonkeys.co.uk/?p=108
Below is a screenshot of the settings (click to enlarge):