Does <httpRedirect> in web.config work in a mono setup? Or is it IIS7 specific?
- by Crystal
We had some content restructure recently and I'd like to put in some redirect rules into web.config so bookmarks to the old pages can get routed to their new locations/pages.
I tried using this approach:
<location path="~/product/productA.aspx">
<system.webServer>
<httpRedirect enabled="true"…