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 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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
is working on a reply...