Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http handler does not work #7

Open
serenata-evaldas opened this issue Jan 29, 2015 · 1 comment
Open

Http handler does not work #7

serenata-evaldas opened this issue Jan 29, 2015 · 1 comment

Comments

@serenata-evaldas
Copy link

Even small detail, it still took me half a day to figure out why rewriter was not hooking up. Main problem was that it should be added to system.webServer instead of system.web when using integrated app pool, which is set by default:

<system.webServer>
    <modules>
      <add type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" name="UrlRewriter" preCondition="integratedMode" />
    </modules>
<system.webServer>

This could be noted in the configuration section.

@sethyates
Copy link
Owner

Pull requests are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants