Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 27852

Virtual Directory in IIS7.5 which allows write and file uploads

$
0
0

I'm in the middle of migrating a server from IIS6 on Win2003 to IIS7.5 on Win2008R2.

In IIS6, I created a virtual directory called "upload" and on Properties, gave it both READ+WRITE permissions.
I now have lots of client applications which use a standard http PUT to upload files into this "upload" folder (as an anonymous user).
How do I achieve this inside IIS7.5?

I've searched the internet for 3-4 hours, but cannot find what the equivalent is?
I'm using the command line program CURL.EXE to do the HTTP PUT.
e.g.   CURL.EXE -T myfile.txt --url http://myservername/upload/

This works perfectly on the IIS6+win2003 server, but fails on the IIS7.5+Win2008R2 server with the error:

405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.

How do I configure the virtual directory to work?
I cannot switch to FTP or WebDAV or any other solution, as I have hundreds of clients using this method to upload files.
Thanks for your assistance.


Viewing all articles
Browse latest Browse all 27852

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>