With the release of Visual Studio 2010 SP1 and IIS Express we want to run our asp.net 3.5 websites on that instead of our iis5 instance on our local developement machines.
All of our code runs fine except for our url rewrite rules using ISAPI Rewrite. We choose ISAPI_Rewrite 3 because it's very similar to an apache .htaccess file.
How can we use ISAPI Rewrite with iis express?
Direct from the Helicon Tech team: IIS Express isn't supported.
We'll that stinks.