maxfridbe
maxfridbe

Reputation: 5970

C# standalone WebDAV

I'm seeing all these iPhone apps with built-in freestanding webDav servers. Are there any freestanding (as in its own IIS) C# webDAV projects which can be integrated into existing applications.

Upvotes: 2

Views: 836

Answers (1)

There exist at least two commercial WebDAV servers for use in .NET. One by IT Hit and another one is our WebDAVBlackbox (part of SecureBlackbox product). Both products have WebDAV client components as well.

Upvotes: 1

Related Questions