Dear Umbraco Folk,
I have followed the instrunctions at http://www.storminternet.co.uk/support_kb_detail.asp?Key=umbraco to install Umbraco 6.1.6 on the GoDaddy Hosting Service but I am getting the following error:
>>>>>>>>>>>>>>>>>
Server Error in '/' Application.
Access to the path 'G:\PleskVhosts\sketchmotion.com\httpdocs\Views\Partials' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'G:\PleskVhosts\sketchmotion.com\httpdocs\Views\Partials' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18056
<<<<<<<<<<<<<<<<<<<<<
At home on my WIndows Server 2012 machine I run the following batch file to set permissions to avoid similar problems:
>>>>>>>>>>>>>>>>>>>>
icacls App_Browsers /grant "IIS APPPOOL\ArtZen":(OI)(CI)RX
icacls App_Code /grant "IIS APPPOOL\ArtZen":(OI)(CI)RX
icacls App_Data /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls App_Plugins /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls bin /grant "IIS APPPOOL\ArtZen":(OI)(CI)WRX
icacls Config /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls css /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls Install /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls macroScripts /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls masterpages /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls media /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls scripts /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls Umbraco /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls Umbraco_Client /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls usercontrols /grant "IIS APPPOOL\ArtZen":(OI)(CI)WRX
icacls Views /grant "IIS APPPOOL\ArtZen":(OI)(CI)WRX
icacls xslt /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls web.config /grant "IIS APPPOOL\ArtZen":(OI)(CI)M
icacls web.config /grant "IIS APPPOOL\ArtZen":M
<<<<<<<<<<<<<<<<<<<<
Do I need to do a similar thing on the GoDaddy site ?
And if so is there a way to run a script similar to the above on the GoDaddy hosting service ?
Altermatively is there a different way to approach this ?
Thanks for your help
Terry Clancy