.NET Server

WebDAV Server Authentication

This article describes how to configure Integrated Windows and Basic Authentication for IIS\HttpHandler-based WebDAV server. more...

See how to configure IWA or Basic Authentication for HttpListener-based WebDAV server and configure SSL for HttpListener. more...

Find out how to use Basic authentication with Windows 7 and Vista client. more...

Digest authentication requires OPTIONS requests to be unauthenticated when server is used with Windows XP/2003. Vista instead has a bug incorrectly returning username. more...

HttpListener does not provide any user interface for setting SSL certificate. See how to configure SSL for HttpListener-based WebDAV server. more...

Windows Shell caches user credentials that may cause various issues when developing WebDAV server. Read here how to delete cached credentials. more...

Next Article:

Creating a Custom Engine Method Handler