R
Rob Maui
I am trying to upload a file created from within my application to an
Intranet address as follows;
Dim MyClient As System.Net.WebClient
MyClient.UploadFile(myWebaddress, myfile)
However, I get "(405) Method not allowed". I've set Read and Write on the
directory but that seems insufficient. What priviledges are required on the
IIS server to allow uploading the file?
Intranet address as follows;
Dim MyClient As System.Net.WebClient
MyClient.UploadFile(myWebaddress, myfile)
However, I get "(405) Method not allowed". I've set Read and Write on the
directory but that seems insufficient. What priviledges are required on the
IIS server to allow uploading the file?