No matter what permissions I set on the /documents folder I keep getting an error whenever I tried to upload a file. This worked great on iis6 (win2k3)
Here is the error I am getting:
" Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/include/aspfunctions.asp, line 1827 "
I have even gone as far as giving "Everyone" full control on the /documents directory.
I have also increased the IIS setting that limits file upload size by running " appcmd set config -section:asp -limits.maxRequestEntityAllowed:xxxxxx"
I still get the above error message.
Any ideas?