Failed to start monitoring directory changes
From: Leo de Ruyter (nospam@newsgroups.com)
Date: 12/30/02
- Next message: Jeff: "Dynamic Checking of Roles - Enterprise Services"
- Previous message: Chetan Handa: "Thanks....problem solved :-)"
- In reply to: Ágúst: "Failed to start monitoring directory changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Leo de Ruyter" <nospam@newsgroups.com> Date: Mon, 30 Dec 2002 04:24:05 -0800
Hi,
The ASP.NET account needs to have rights (read/list) to
the ASPX-files in order to make things work. Check out
the security differences between your wwwroot-dir and the
other dir.
Leo.
>-----Original Message-----
>I am dealing with a similiar error. When deploying a
>simple .aspx file to my server I get this error when I
>deploy it on a virtual directory which is not located
>under wwwroot. But when I deploy it in a virtual
>directory under wwwroot there is no error. At this
>moment I have not been able to find out which security
>setting I need to alter... good luck with your
problem.
>Any hints on mine welcomed :)
>
>>-----Original Message-----
>>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.StartMonitoringDirectoryRe
n
>amesAndBinDirectory
>>(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: Jeff: "Dynamic Checking of Roles - Enterprise Services"
- Previous message: Chetan Handa: "Thanks....problem solved :-)"
- In reply to: Ágúst: "Failed to start monitoring directory changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|