Copied to clipboard

Flag this post as spam?

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


  • Jason Lowenthal 6 posts 27 karma points
    Oct 21, 2010 @ 20:20
    Jason Lowenthal
    0

    Umbraco UComment in IIS7 Application (Not Default Web Site)

    Link to same question on StackOverflow

    Hello,

    I recently installed Umbraco 4.5.2 into an IIS application, not as the default web site. The main Umbraco CMS seems to work as expected, I can add and remove content, and all kinds of other wonderful things. However, when I'm trying to use the UComment module, it can't seem to locate the following two resources:

    /base/UComment/GetGravatarImage//80.aspx

    /base/UComment/CreateComment/.aspx

    I wonder if anyone else has run into this issue before, or even attempted to do what I'm doing before. Any sort of guidance on this one would be great! Thanks!

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Oct 31, 2010 @ 16:02
    Sebastiaan Janssen
    0

    I answered your question on Stack Overflow as well, only just found this one as well:

    Apparently the /base extensions weren't installed correctly. Add this to your config/restExtensions.config:

          <ext assembly="bin/UComment" type="UComment.Library.Base" alias="UComment">
            <permission method="CreateComment" returnXml="false" allowAll="true" />
            <permission method="GetGravatarImage" returnXml="false" allowAll="true" />
          </ext>

  • Jason Lowenthal 6 posts 27 karma points
    Nov 01, 2010 @ 15:04
    Jason Lowenthal
    0

    It was missing the "bin" part in the assembly attribute. Thanks!

    <edit>

    OK, even after adding the "bin" in the assembly attribute, it doesn't seem able to find base/UComment/GetGravatarImage/[email protected]/80.aspx. I imagine I'm just missing something either in the JavaScript in the user control or in a config somewhere, and ideas?

  • 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