Quantcast
Channel: ActiveTopics
Viewing all articles
Browse latest Browse all 72689

Installing Umbraco 6.1.6 on GoDaddy Hosting Service

$
0
0

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:

[UnauthorizedAccessException: Access to the path 'G:\PleskVhosts\sketchmotion.com\httpdocs\Views\Partials' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10797222
   System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) +10589262
   System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) +136
   System.IO.Directory.CreateDirectory(String path) +33
   Umbraco.Web.Mvc.RenderViewEngine.EnsureFoldersAndFiles() +182
   Umbraco.Web.Mvc.RenderViewEngine..ctor() +433
   Umbraco.Web.WebBootManager.Initialize() +150
   Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +89
   Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e) +9

[HttpException (0x80004005): Access to the path 'G:\PleskVhosts\sketchmotion.com\httpdocs\Views\Partials' is denied.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9860497
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

[HttpException (0x80004005): Access to the path 'G:\PleskVhosts\sketchmotion.com\httpdocs\Views\Partials' is denied.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9874840
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254



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


Viewing all articles
Browse latest Browse all 72689


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>