Hello Guys,
I'm trying to setup a site in IIS7 which uses a shared folder from my Mac as it's site root. When trying to access the site from a browser IIS is giving me 500.19 errors. My guess is that this is because IIS can't properly read from the network share.
Do I have to grant special privileges to something? I've been googling for the past couple of hours and keep going around in circles without any proper concrete advice on how to solve the issue.
Many thanks,
Robert
Hi there,
I filed a bug regarding this issue. (internal PR 630089)
Basically, IIS uses a special directory notification feature that we don't implement. So, we have a feature request to implement this protocol, and doing so should allow IIS to work with our shared folders.
Sorry for the inconvenience.
Seems like this is a common problem. This thread was the top result (on these forums) for my searches regarding this problem.
http://communities.vmware.com/thread/284583
I would like to know if there is someway we can be notified of when this feature is implemented. I would appreciate it if that was possible.
+1 ... Please...
Not happy about this at all... I keep most of my development sites in my OSX /home/sites folder...
Was really wanting that to be my wwwroot / IIS home...
Hit this issue hard....
It's really going to make using the same source files next to impossible.
That's me and my 5 developers.
Luckally my server/storage guys don't do much IIS development and debugging...
Wow! This actually worked... I'm running a Win7x64 vm on Fusion 4. So, IIS7, runing under the default security accounts in services.
I thought, lets see if Windows can do Symbolic Links like my Linux VMs.
It can!
It's called mklink in Windows 7
I found a nice gui tool here:
http://code.google.com/p/symlinker/downloads/list
Run that .exe as Administrator... aka right click, run as Administrator.
I renamed my current C:\inetpub\wwwroot folder... to get it out of the way.
Then using the tool for mklink, created a new symbolic link for wwwroot that pointed to my shared folder @ \\vmware-host\Shared Folders\Sites
IIS was happy and it even pulls up sites now!

Ignore that crappy navigation bar... it's an IE9 thing...