开发者

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

开发者 https://www.devze.com 2022-12-22 06:01 出处:网络
I want to upload files directly to IIS7 (in this case I am using the WebRequest obje开发者_JS百科ct in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete f

I want to upload files directly to IIS7 (in this case I am using the WebRequest obje开发者_JS百科ct 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.


It looks like IIS pretty much assumes that you're going to be passing request to some kind of handler.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号