REST on *just* IIS7 (without a web framework)

Posted by noblethrasher on Stack Overflow See other posts from Stack Overflow or by noblethrasher
Published on 2010-03-06T01:13:22Z Indexed on 2010/03/22 18:01 UTC
Read the original article Hit count: 476

Filed under:
|
|
|

Hi,

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.

© Stack Overflow or respective owner

Related posts about rest

Related posts about iis7