When I check, Windows Authentication is set and IIS_USR does NOT have
permissions on the site.
The site's directory is not in the default directory path. I am using a
directory path in my Dropbox directory to make updating my sites easier than
FTPing changes. (Using Dropbox I should just be able to drag and drop them
in my local Dropbox and they should sync with the same directories on the
server automatically.)
Any ideas as to why I am having these permissions issues?
I will check back every 10 minutes or so as I really need to get this
figured out.
Thanks for your help.
You are having permissions issues because you did not set things up
correctly..
The Create website wizard will select Windows Authentication by
default. Enabling Anonymous authentication just adds the option to the
website. So, what you observe is by-design.
IIS does not (and cannot) synchronize file ACLs to match the selected
authentication protocol for security reasons. This means that if you
enable Anonymous authentication, you need to ensure the files are
readable by the configured anonymous user, or else you will get 401.3.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//