Everyone: Traverse/Execute/List/Read (root folder only)
CREATOR OWNER:Full Control (subfolders and files only)
SYSTEM: Full Control (this folder, subfolders and files)
WebDAV Authors: Modify (this folder, subfolder and files)
Administrators: Full Control (this folder, subfolder and files)
Users: Traverse/Execute/List/Read (this folder, subfolder and files)
Users: Create folder (this folder and subfolders)
Users: Create files/append (subfolders)
IIS_IUSRS: Traverse/Execute/List/Read (this folder, subfolder and files)
-------------
WebDAV users are part of the WebDAV Authors group and log on using Windows Authentication. I have tried both pass-through authentication and specific user authentication with no luck.
In general, using Failed Request Tracing, I will generate either an authorization error, or file not found error:
| ModuleName | DirectoryListingModule |
| Notification | 128 |
| HttpStatus | 404 |
| HttpReason | Not Found |
| HttpSubStatus | 0 |
| ErrorCode | 2147942402 |
| ConfigExceptionInfo |
|
| Notification |
EXECUTE_REQUEST_HANDLER |
| ErrorCode |
The system cannot find the file specified. (0x80070002) |
| ModuleName | WebDAVModule |
| Data1 | Mapped HRESULT To HTTP Status |
| Data2 | 80070005 -> 403.3 Forbidden |
| ErrorCode | 2147942405 |
| ErrorCode |
Access is denied. (0x80070005) |