REST on *just* IIS7 (without a webframework)
Posted
by noblethrasher
on Server Fault
See other posts from Server Fault
or by noblethrasher
Published on 2010-03-05T22:02:35Z
Indexed on
2010/04/11
1:03 UTC
Read the original article
Hit count: 457
I want to upload files directly to IIS7 (in this case I am using the WebRequest object in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete files on the server directly. Is it possible to have IIS accept files without a a web framework like ASP.NET? Essentially I want to be able to use IIS (HTTP) as an FTP server.
© Server Fault or respective owner