I am setting up an IIS server to do some ASP programming, just as soon as I solve this very relevant pre-programming problem...
The IIS server is located in a VirtualBox server, and I'm setting up a virtual directory to point to a shared directory ("a share located on another computer," e.g., \\server\serve-this
) which works perfectly using net use
and the Windows Explorer. However, IIS is showing me a little red error stop-sign looking thing, and it will serve no files ("you are not authorized to view this page"). I have opened up permissions on the OSX host and can move all around on the Windows guest. Where can I check to see why it's complaining?
If I set the virtual directory to a local directory (selecting the appropriate radio button), it has no permissions problems... additionally, I have tried messing about a bit with the Directory Security tab, but that seems to not be relevant whatsoever.
There is nothing in the logs in C:\WINDOWS\system32\LogFiles...
Edit: The answer is to read the article that the James Conigliaro (best answer) suggests. However, I did the following (yesterday I did something different, which worked, but I don't know what):
- Make a user with the same username/password on the Windows guest as on my OSX host, which is what AaronS suggests
- Change the user that is logged in for anonymous access to that user.
- That's it. Not bad, really.