We recently switched to Windows Server 2008 x64 running IIS7. Previously we had been using ISAPI_Rewrite by Helicon to use a .htaccess file to redirect.
Unfortunately this no longer works, apparently because of the way the pipeline is setup in .net applications. We need the pipeline in integrated mode, but from what I could find from searches, ISAPI_Rewrite only works in classic mode on IIS7.
So I tried the URL Rewrite Module. But that isn't working either, apparently because it needs the site to run in 64 bit mode only, but we have to have 32 bit mode compatibility due to a Progress database we have running.
Are there any other solutions, or any fixes to get one of these solutions working?