Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tommy Albinsson 121 posts 254 karma points
    Mar 10, 2011 @ 11:11
    Tommy Albinsson
    0

    How to avoid inheritence of UrlRewritingNet.UrlRewriter

    Hello,

    I have a application that is added to my umbraco site. I keep getting this error:

     

    Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.

     

    I have the following setup, http://localhost <- umbraco site and http://localhost/mynewappliaction

    I have tried wrapping umbracos system.web section with <location path="." inheritInChildApplications="false"></location> but it does not help. I have also in my other application tried to clear and remove the httpmodules. But that did not work either.

    Any suggestions to what i can do now?

    Cheers.

  • Michael Cazzarolli 16 posts 37 karma points
    Jan 17, 2012 @ 15:53
    Michael Cazzarolli
    0

    Hi! I did the same thing, and it works for me. Maybe it's cause you didn't wrap both the <system.web> and <system.webserver> section in the <location> tag.

    Try doing that ; )

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies