Hi guys, anyone know how to "make work" urlrewriter.net component on IIS 6 ? Actually i have this web.config section :
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" />
And the rule is, for example:
<rewrite url="~/tag/(.+)" to="~/default.aspx?tag=$1" />
It's work on the ASP.NET Developmnet server, but not when i go to my shared hosting web site !!! :(
Thank you in advance !