i am trying to use urlrewriter.net and i followed instructions here but when i run it i get this error:
The element 'rewrtie' is not allowed.
here is what i added in my web.config file:
<httpModules>
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>
</httpModules>
<modules runAllManagedModulesForAllRequests="true">
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule" />
</modules>
<configSections>
<section name="rewriter"
requirePermission="false"
type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" />
<rewriter>
<rewrtie url="~/User/Ahmed/ahmed.aspx" to="~/User/ahmed" />
</rewriter>
using asp.net 3.5 what is the problem , thanks