ramondeklein / nwebdav

.NET implementation of the WebDAV protocol
MIT License
155 stars 42 forks source link

Mvc 5 HttpHandler example #1

Closed mojtabakaviani closed 8 years ago

mojtabakaviani commented 8 years ago

First thank you implement open source WebDAV server, please add mvc 5 example with HttpHandler

ramondeklein commented 8 years ago

I have implemented an ASP.NET compatible library that uses an async IHttpHandler. It is not directly related to MVC5, but you can configure the WebDAV handler from web.config. An example application is also provided.

Related patch can be found in commit 05b9e77320ae9feb505e3b752ab6798c00fa3787.