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
AC 7.0.3 Install Issue & Error Message
AC 7.0.3 Install Issue & Error Message
AC 7.0.7 build 14600
Re: AC 7.0.3 Install Issue & Error Message
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.
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: AC 7.0.3 Install Issue & Error Message
It almost looks like you eliminated read access? I disabled read access to the bin folder and received the same error you report.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Re: AC 7.0.3 Install Issue & Error Message
Thanks Mazhar and Logan for the responses.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.
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
AC 7.0.7 build 14600
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: AC 7.0.3 Install Issue & Error Message
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.
Give READ access to everything, and add write access to the specific folders you mentioned.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.