I am running windows 2000 pro, installed SQL 2005 Express, I used dotnetnuke.zip in organizing my DNN folder. I've set up everything and can get it working wonderfully "IN" Microsoft Visual Web Developer 2005 Express Edition. Loks great. Heres my problem;
When I try to access the site via local host AND HTTP://IPaddress, it asks for a log in, password, and domain. Now, you can cancel this request and procede. DNN "looks" like its tring to work, but I am getting an error "access denied". IIS seems to be working right, my virtual directory is working configed right, ASP.NET has read & Write access to my DNN folder (which is where the website is in), IUSR has its rights, and I'm totally confused. Again, it works fine in Visual Web Developer, but when I try to use localhost or connect via IP, I have Below error; - any assistance would be greatly appreciated.
Server Error in '/' Application.
Failed to start monitoring changes to 'C:\DNN\App_GlobalResources' 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 'C:\DNN\App_GlobalResources' 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 'C:\DNN\App_GlobalResources' because access is denied.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir, Boolean watchSubtree, UInt32 notifyFilter) +3512583
System.Web.DirectoryMonitor.StartMonitoring() +41
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +144
System.Web.FileChangesMonitor.ListenToSubdirectoryChanges(String dirRoot, String dirToListenTo) +160
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +419
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +164
[HttpException (0x80004005): Failed to start monitoring changes to 'C:\DNN\App_GlobalResources' because access is denied.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
|