HOW TO: Set Up WebDAV for a UNIX-to-Windows Migration (324046)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
- Microsoft Small Business Server 2000
- Microsoft Internet Information Services 5.0
This article was previously published under Q324046 SUMMARY
When you configure Web Distributed Authoring and Versioning (WebDAV), client computers can open and save documents directly to a Web site instead of using sharing methods such as Server Message Block (SMB), Network File System (NFS), or Hypertext Transfer Protocol (HTTP) to share the Web site content for editing and updating procedures. This article describes how to configure WebDAV in Internet Information Services (IIS).
back to the top
Creating a WebDAV Folder
Any folder in the IIS folder structure can potentially be WebDAV-compatible. IIS supports WebDAV on any folder in a shared Web site. You do not have to create a special type of folder or virtual directory. However, Microsoft recommends that you consider setting up separate folders for different areas of your Web site that you want to update by using WebDAV so that you can configure the appropriate authentication and security settings.
back to the top
Configuring WebDAV
In Apache, you have to turn on Distributed Authoring and Versioning (DAV), and then configure the authentication setting that you want to use to support the WebDAV service.
To configure WebDAV on a folder in IIS:
- Log on to the Web server computer as an administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Internet Services Manager.
- Right-click the Web site that you want to configure in the left pane, and then click Properties.
- If you want to set the permissions for a Web site's home folder, click the Home Directory tab.
Alternatively, if you want to set permissions for a folder in a Web site, click the Directory tab. - Click Write to give WebDAV clients write access to this folder, and then click Directory Browsing to allow users to browse the Web folder (Microsoft recommends that you use this setting).
- Click the Directory Security tab.
- Click Edit in the Anonymous access and authentication control panel section, and then select the type of authentication that you want to use to identify users when they access the items in this folder:
- Click Integrated Windows authentication if you want to use the encrypted communication to exchange the authentication information.
- Click Digest Authentication if you want Windows domain servers to use a hash value instead of the password that uses a form that is compatible with proxy servers and firewalls.
- Click Basic Authentication if you want to use plain text passwords.
- If appropriate, restrict the editing functionality to specific users, groups, and IP addresses.
See the "References" section in this article to find more information about this procedure. - Click OK.
back to the top
REFERENCESFor additional information about how to associate script extensions with specific languages and interpreters, click the article number below
to view the article in the Microsoft Knowledge Base:
324066 HOW TO: Restrict Site Access by IP Address or Domain Name
324068 HOW TO: Set IIS Permissions for Specific Objects
For additional information about configuring basic settings for a migration from UNIX to Windows, click the article number below
to view the article in the Microsoft Knowledge Base:
324213 HOW TO: Migrate Apache Settings and Configure IIS in a UNIX-to-Windows Migration
back to the top
Modification Type: | Major | Last Reviewed: | 6/25/2004 |
---|
Keywords: | kbhowto kbHOWTOmaster KB324046 kbAudITPro |
---|
|