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