I was using, for my anonymous web user, the following
permissions on the root directory that IIS was pointing
to. (permission dialog)
Read & Execute
List Folder Content
Read
On the advanced tab this translated to:
Travers Folders / Execute File
List Folder / Read Data
Read Attributes
Read Extended Attributes
Read Permissions
Or 131241 in the lockPermissions table
After reading Vishakha's post I then tried 536870912 in
the LockPermissions table.
This gives Special permission on the permission dialog
and "generic execute" only in the advanced tab.
This worked for half of my problem as I go from anonymous
user to a NT user as I move from the main web site to a
virtual directory under it.
So I then combined the two settings to get
537002153 in the LockPermissions table this WORKED!
On the advanced tab this translated to:
Generic Execute
Travers Folders / Execute File
List Folder / Read Data
Read Attributes
Read Extended Attributes
Read Permissions
It worked for both my anonymous user and the NT user. I
did not have to take any steps outside of the installer, I
just installed and logged into the website!
paul
|