in iis6 on virtual directory tab there series of checkboxes controlled access given folder (as pictured below):
how read
, write
checkboxes translate iis 8.5 model?
background: have classic asp web application requires write access given folder path due fact uses cpshost.dll attempting migrate iis 8.5. in iis6, not did have set appropriate ntfs permissions on folder writing to, had check write
box. have moved application iis8.5, added cpshost.dll isapi extension , allowed via cgi , isapi restrictions. don't see anywhere can tell iis things allowed write folder.
cpshost.dll logging following error in application event log:
user: testuser, destionation url: https://myserver/webuploads/ user not have write access destination url.
i have granted read/write ntfs access iis application pool identity , iusr account (in iis6, had grant iuser_machinename account write access , make sure write checkbox selected in order cpshost.dll able write specified folder).
in iis6 same error if write
checkbox not selected.