.NET Server

WebDAV Server Authentication

In this article

WebDAV Server Authentication

HttpHandler-based WebDAV Server Authentication

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

HttpListener-based WebDAV Server Authentication

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

Using Basic Authentication with Windows 7 and Vista Client

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

Using Digest Authentication

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...

Configuring SSL for HttpListener

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

How to Delete Cached User Credentials

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