Copied to clipboard

Flag this post as spam?

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


  • Jonas Eriksson 930 posts 1825 karma points
    Sep 12, 2010 @ 14:44
    Jonas Eriksson
    0

    Needed to add the httphandler manually

    Hi! I got an error installing this on a 4.03 site. And the httphandler wasnt added to my web.config. However, adding the handler manually made the dynamic robots.txt work perfect.

    <add path="robots.txt" verb="*" type="Cultiv.DynamicRobots.RobotsTxt, Cultiv.DynamicRobots" />

    The error I find in the server log is : Item has already been added. Key in dictionary: 'RegEx'  Key being added: 'RegEx' - wich seems strange.

    Well - in case anyone else stumbles on this, just add that handler manually.

    Thanks for yet another good and useful package!

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Sep 12, 2010 @ 14:46
    Sebastiaan Janssen
    0

    Hmmm, nasty! I have seen this error before, but not related to packages. Will investigate!

  • Jonas Eriksson 930 posts 1825 karma points
    Oct 02, 2010 @ 07:44
    Jonas Eriksson
    1

    Found a post by Ismail Mayat, he located that the error "Item has already been added. Key in dictionary: 'RegEx'" to UrlRewritingNet dll, he also compiled a fixed one, +1 Ismail. http://ismailmayat.wordpress.com/2009/05/18/urlrewriting-application-start-issue/

  • 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