0

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 !

1 Answer 1

2

You need to ask your hosting provider to add a wildcard mapping to make the ASP.Net ISAPI handler execute for all requests.

Instructions (Scroll down to IIS6 Extension-less URLs)

Sign up to request clarification or add additional context in comments.

2 Comments

I'm not sure of your answer.. i've read on ScottGu blog that with url rewriting dll component, you don't need to change anything on the server ! Are you sure ?
Read it more carefully. He's talking about IIS 7. (only)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.