I've got a new store install of v11.2.3 on a Windows 2003/IIS6 server. When I try to start /ss/start.cgi, it's giving me:
Server Error in '/' Application.
Access denied to 'D:\Inetpub\CountryBusinessGuide\'. Failed to start monitoring file changes. (Full Text below)
The setup.exe completed. The setup.html log file looks like Access Permissions were set correctly, and the folder permissions and Win User/Groups look to be assigned correctly.
What do you think?
- Code: Select all
Server Error in '/' Application.
Access denied to 'D:\Inetpub\CountryBusinessGuide\'. Failed to start monitoring file changes.
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: Access denied to 'D:\Inetpub\CountryBusinessGuide\'. Failed to start monitoring file changes.
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): Access denied to 'D:\Inetpub\CountryBusinessGuide\'. Failed to start monitoring file changes.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir, Boolean watchSubtree, UInt32 notifyFilter) +139
System.Web.DirectoryMonitor.StartMonitoring() +42
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +154
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +278
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +331
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +983
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
Version Information: Microsoft .NET Framework Version:1.1.4322.2500; ASP.NET Version:1.1.4322.2494