.NET Server

Configuring WebDAV Server Windows Authentication

In this article

Configuring WebDAV Server Windows Authentication

To configure Windows Authentication select the WebDAV site node in IIS Manager and double click on Authentication:

To configure Windows Authentication select the WebDAV site node in IIS Manager and double click on Authentication

Windows Authentication over Basic or Digest

To configure Basic authentication, disable Anonymous Authentication, enable Basic Authentication (or Digest Authentication):

Disable Anonymous authentication and enable Basic or Digest

Note that your website will be using Basic authentication (or Digest authentication), but credentials will be validated against Windows Domain or local Windows accounts.

Windows Authentication over NTLM or Kerberos

To configure NTLM/Kerberos authentication, disable Anonymous authentication, enable Windows Authentication:

To configure NTLM/Kerberos authentication enable Windows Authentication

Next Article:

Configuring SSL on your WebDAV Server Running in IIS