Copied to clipboard

Flag this post as spam?

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


  • Cloud 6 posts 25 karma points
    Apr 25, 2011 @ 05:38
    Cloud
    0

    Error Accessing App_data folder / Master pages / Macros

    Hi ,

    I have hosted my umbraco site on windows azure by the help of the below tutorial .

    www.blogfodder.co.uk/.../step-by-step-guide-to-creating-a-simple-web-site-on-windows-azure

    when i try to edit / publish or add new content , i get error accessing the web configs in app_data folder.

    our.umbraco.org/.../13936-Access-to-the-path-'WebSiteApp_DatapackagesinstalledinstalledPackagesconfig'-is-denied-

    I have even added a startup.bat to enable file permissions.

    Statup.bat contains 

     

    echo "starting startup task" >> log.txt

    %windir%\system32\Icacls.exe ..\* /T /grant "Network Service":(OI)(CI)RX 

     

    And have modified ServiceDefinition.csdef as below

     

    <Startup priority="1">

          <Task commandLine="startup.bat"

          executionContext="elevated"

          taskType="simple"/>

        </Startup>

     

    Please let em know if i am missing soemthing


Please Sign in or register to post replies

Write your reply to:

Draft