Failed to start monitoring directory changes
From: Rusty Gunton (rusty.gunton@worldtravel.com)
Date: 12/27/02
- Next message: asp_dot_net: "Forms authentication does not work......"
- Previous message: Larry Morris: "FYI: Forms based authentication's Login page posts back to itself instead of redirecting to requested page."
- Next in thread: Ágúst: "Failed to start monitoring directory changes"
- Reply: Ágúst: "Failed to start monitoring directory changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Rusty Gunton" <rusty.gunton@worldtravel.com> Date: Fri, 27 Dec 2002 07:56:35 -0500
I am trying to deploy a new .NET app and am getting some odd occurrences. I
have checked many newsgroups and all documentation available for this
particular message and have performed all of the suggested steps, to no
avail. I have 2 separate systems where I am running this app One is a test
web server located in a DMZ network, that has not been fully secured. By
that I mean, I have URLScan setup, but have not done any additional security
lockdowns. The other is a production system and has been more extensively
locked down, and is also in the DMZ. The app runs fine on the test server,
but not on the production server. I have exhausted everything I know to try.
Any assistance would be greatly appreciated. Below is the exact error I
receive.
Server Error in '/DataSync' Application.
----------------------------------------------------------------------------
----
Access denied to 'E:\domains\BTI Hotels\DataSync\' directory. Failed to
start monitoring directory 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
'E:\domains\BTI Hotels\DataSync\' directory. Failed to start monitoring
directory 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 (0x80004005): Access denied to 'E:\domains\BTI
Hotels\DataSync\' directory. Failed to start monitoring directory changes.]
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory
(String dir, FileChangeEventHandler callback) +446
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +324
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +927
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
Version:1.0.3705.0
- Next message: asp_dot_net: "Forms authentication does not work......"
- Previous message: Larry Morris: "FYI: Forms based authentication's Login page posts back to itself instead of redirecting to requested page."
- Next in thread: Ágúst: "Failed to start monitoring directory changes"
- Reply: Ágúst: "Failed to start monitoring directory changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|