I'm using the IIS URL Rewrite module successfully for known file extensions (.aspx, .html, etc.) However, how can I use the IIS URL Rewrite module for requests with no extensions, or files that do not exist?
For instance:
http://www.example.com/products
should be redirected to a URL in my Rewrite Map.
I've tried putting this in my Rewrite Map but I get a 404.4 "No Handler Specified" error from IIS.