Table of Contents [Hide/Show]
Manage Rewrite Rules Web Part Access Prerequisites Procedures Edit a Rewrite Rule Create a Rewrite Rule Delete a Rewrite Rule The Rules Redirect option Lower Case option Path Type options Impact to the web.config file Application Configuration parameters Triggers for URL rewrite URL Rewrite using http handler URL Rewrite using http module Edit Properties
<httpHandlers> <add verb="*" path="*.aspx" type="TrackerRealm.WebBase.UrlRewriteFactory, TrackerRealm.WebBase"/> </httpHandlers>
<httpModules> <add name="ModuleRewriter" type="TrackerRealm.WebBase.UrlRewriteModule, TrackerRealm.WebBase"/> </httpModules>