Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
Hmmm, nasty! I have seen this error before, but not related to packages. Will investigate!
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/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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!
Hmmm, nasty! I have seen this error before, but not related to packages. Will investigate!
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/
is working on a reply...