Page 1 of 1

AC 7.0.3 Install Issue & Error Message

Posted: Wed Jul 08, 2009 9:10 am
by combra
Hi All,

I installed 7.0.3 yesterday from 7.0.0, uploaded the files, upgraded the database and everything seemed fine until...I went back into my GoDaddy console to change the read/write permissions back to what they were before the install and I got the error message below when trying to hit my website.

To clarify..before I upgraded the database, I made every folder read/write as the documentation recommends. When I switched back to the original permissions after the install was complete (originally read/write on ( [Root], App_Data, App_Themes, Assets, Webcharts )) I got the message below. I'm assuming it's a permission issue. Anybody have GoDaddy that got an error upon upgrading? Any ideas?

Thanks,
Brandon
www.christmasdealz.com

Server Error in '/' Application.
________________________________________
Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access 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.Web.HttpException: Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.

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:

[HttpException (0x80070005): Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir, Boolean watchSubtree, UInt32 notifyFilter) +8844223
System.Web.DirectoryMonitor.StartMonitoring() +44
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +140
System.Web.FileChangesMonitor.ListenToSubdirectoryChanges(String dirRoot, String dirToListenTo) +216
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +335
System.Web.HttpRuntime.StartMonitoringDirectoryRenamesAndBinDirectory() +80
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +94

[HttpException (0x80004005): Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8886319
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259

________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

Re: AC 7.0.3 Install Issue & Error Message

Posted: Thu Jul 09, 2009 10:20 am
by mazhar
Seems like a permission issue to me. I think it could be because when removing permissions you removed all permission for some required user as well. Make sure that application has proper access permission for example on bin it has read permissions, App_Data and charts folder has read/write permission.

Re: AC 7.0.3 Install Issue & Error Message

Posted: Thu Jul 09, 2009 11:55 am
by Logan Rhodehamel
It almost looks like you eliminated read access? I disabled read access to the bin folder and received the same error you report.

Re: AC 7.0.3 Install Issue & Error Message

Posted: Thu Jul 09, 2009 1:05 pm
by combra
Logan_AbleCommerce wrote:It almost looks like you eliminated read access? I disabled read access to the bin folder and received the same error you report.
Thanks Mazhar and Logan for the responses.

Right now I can't get the website to display unless I put read/write permissions on every single folder, which is something I can't/won't do b/c of security reasons. With 7.0.0, all I needed was read/write on Root, App_Data, App Themes, Assets & Webcharts. Now with 7.0.3, that doesn't seem to be enough. I even tried putting read on the bin folder and that didn't do it. I'll keep trying.

-Brandon

Re: AC 7.0.3 Install Issue & Error Message

Posted: Thu Jul 09, 2009 2:05 pm
by Logan Rhodehamel
The ASPNET user process needs read access to the whole website. The error above occurred because read access was missing for the bin folder.

Give READ access to everything, and add write access to the specific folders you mentioned.