Copied to clipboard

Flag this post as spam?

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


  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Mar 20, 2011 @ 20:49
    Chris Houston
    1

    What permissions are required for the initial installation / registration?

    Hi,

    I have installed uSiteBuilder and the Visual studio plugin works just fine.

    I have followed your instructions for creating a simple doctype, I have copied your DLL across into the BIN folder and I have added some post build Robocopy statements to copy the relevant files from my solution into my local website folders.

    When I then log into the Umbraco backend, there is no sign of the document type.

    I have checked the Umbraco Log and I found the following error:

    Please add the following httpmodule: <add name="USiteBuilderHttpModule" type="Vega.USiteBuilder.USiteBuilderHttpModule, Vega.USiteBuilder" />

    So, obviously I have done this ( added the above in two places in the web.config ) and hey presto it works, so I thought it might be useful for someone else.

    Also, I was hoping you could let us know what permissions need to be set for your DLL to be allowed to configure itself as I am running my site with the same permissions I use on all sites.

    Cheers,

    Chris

  • Vladan Ostojic 94 posts 210 karma points
    Mar 20, 2011 @ 21:46
    Vladan Ostojic
    0

    @Chris, thanks for explaining this. I'll add this to our tutorial as well.

    If permissions of a user who runs the website includes writing to web.config than http module that you mentioned will be added automatically by uSiteBuilder itself. If there is no write permision on web.config than you have to add that http module manually, as you did. No other permissions are required as uSiteBuilder makes no other changes in the file system.

Please Sign in or register to post replies

Write your reply to:

Draft