Running Win2003 and Asp.Net

Created first HttpHandler application that works without any problems. When
I created a second one, get the following error:

Access denied to 'C:\Inetpub\vhosts\website.com\httpdocs'. Failed to start
monitoring file changes.

[HttpException (0x80070005): Access denied to
'C:\Inetpub\vhosts\website.com\httpdocs'. Failed to start monitoring file
changes.]

All of the virtual directory and physical directory settings are the same
between the two applications.

What is particularly confusing to me is why an application in the wwwroot
directory is effecting something in vhosts\\httpdocs.

Thanks

Re: Failed Monitoring Problem by Kristofer

Kristofer
Sat Feb 05 02:21:58 CST 2005

Hi,

Can you please check NTFS permissions on the files/folders as per KB
Article 317955

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q317955


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Tom_B wrote:

> Running Win2003 and Asp.Net
>
> Created first HttpHandler application that works without any problems.
When
> I created a second one, get the following error:
>
> Access denied to 'C:\Inetpub\vhosts\website.com\httpdocs'. Failed to
start
> monitoring file changes.
>
> [HttpException (0x80070005): Access denied to
> 'C:\Inetpub\vhosts\website.com\httpdocs'. Failed to start monitoring file
> changes.]
>
> All of the virtual directory and physical directory settings are the same
> between the two applications.
>
> What is particularly confusing to me is why an application in the wwwroot
> directory is effecting something in vhosts\\httpdocs.
>
> Thanks

Re: Failed Monitoring Problem by TomB

TomB
Sat Feb 05 11:41:03 CST 2005

Thanks Kristofer.

Needed the "computername\Network Service" added to
'C:\Inetpub\vhosts\website.com\httpdocs'