Add me to the list of folks unable to get IIS to serve web pages from a Shared Folder. Here is my setup:
1. I share a subfolder of my Sites folder on the Mac as the Z: drive in a Win2000 image.
2. In order to set the home directory of an IIS site to the Z: drive, I have to actually type in "Z:\" as the home path (using the browse button doesn't work as it sets the path to "\\" after selecting the z: drive.
3. When I access pages in my browser, I often get the following error:
HTTP 401.3 - Access denied by ACL on resource
Internet Information Services
What's weird is that the problem is intermittent. Sometimes I can get all the pages, sometimes not.
Since z: is a network drive, Win2K considers it a FAT32 drive, for which it cannot apply a security policy. So, why would IIS not have permission to access a file that the OS cannot (in principle) attach an ACL to?
For what its worth, I am using the above setup to work on a ColdFusion site using MS SQL Server. I want the shared drive so that I can develop on the Mac side (TextMate and CyberDuck) and test pages on the Mac side (Firefox and Safari).
Any help would be much appreciated.
-r