Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2003/IIS6 Permissions maze.....

2 views
Skip to first unread message

nntp.charter.net

unread,
May 30, 2009, 3:36:28 PM5/30/09
to
When I create a new website on my 2003 Server/IIS 6 machine, I select the
option to allow anonymous access. but, when I try and browse the site I get
a permissions issue (401.3 - not authorized).

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.


David Wang

unread,
May 31, 2009, 7:28:54 AM5/31/09
to


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
//

0 new messages