webdav

How to: Enable WebDAV Support on Windows Home Server 2011

The following How To Guide was submitted to WGS’ Tutorials section by forum user BuffmeisterCheck out the Tutorial over at WGS Forums. This tutorial will show you how to set up and configure the use of WebDAV on Windows Home Server 2011 which, according to Wikipedia, facilitates collaboration between users in editing and managing documents and files stored on servers. For the uninitiated, that means you’ll be able to access and edit documents stored on the server across a wide range of devices and applications (mobile devices in particular) which support WebDAV.

Initial WHS Folder Setup

1. Add a Folder using WHS Dashboard for the primary WebDAV folder, ie. “Web Folders” (to be used later).    

Enable WebDAV

Note: The remainder of the instructions will apply to the Internet Information Services Manager application.

2. On your server, open the Internet Information Services Manager application
a. On the Start menu, click All Programs, click Accessories, and then click Run.
b. In the Open box, type inetmgr and then click OK.

3. Click Default Website in the left hand pane, then, ensuring you have the Features view selected, double click WebDAVAuthoring Rules
webdav1 300x272 How to: Enable WebDAV Support on Windows Home Server 2011
4. In the Actions panel, click Enable WebDAV  
 webdav2 How to: Enable WebDAV Support on Windows Home Server 2011

Create Virtual Directories  

5. Right click on Default Website and select Add Virtual Directory.

webdav3 300x232 How to: Enable WebDAV Support on Windows Home Server 20116. Provide an Alias (ie. WebFolders), and select Physical Path for Web Folders (Created in Step 1). This will be referred to as the primary virtual directory going forward.

Note: The Alias chosen here will be used in the server path to access your WebDAV folders. (ie https://xxxx.homeserver.com/Alias)

webdav4 How to: Enable WebDAV Support on Windows Home Server 2011

 

7. Create all other virtual directories as needed in same manner underneath the primary virtual directory just created.

Tip: Create child virtual directories for each WHS folder location to be accessed via WebDAV. Example Setup:

Virtual Directory

URL

Webfolders (primary)

https://xxxx.homeserver.com/webfolders

documents

https://xxxx.homeserver.com/webfolders/documents

backups

https://xxxx.homeserver.com/webfolders/backups

Assign Privileges for WebDAV Directories

8. Add the Users group to security privileges for primary WebDAV virtual directory created.

Note: Use the user account folder permissions within WHS dashboard to set up and prevent access to physical folders at the user level if needed.

9. Right click on your primary virtual folder and select Edit Permissions.

webdav5 300x297 How to: Enable WebDAV Support on Windows Home Server 2011

 

 


Enjoyed this post? Share it.

If you enjoyed reading this post, then why not share it with your friends and followers?

About Terry Walsh

Terry Walsh is the founding editor and owner of We Got Served. Since February 2007, the site has provided detailed coverage and analysis of the emerging home server category, and has subsequently grown into a trusted outlet for digital home news and reviews.

Sign Up for WGS Daily News

If you don't want to miss out on the latest news from We Got Served, why not subscribe to our daily digest? You'll get the day's headlines and a short summary of each news item delivered straight to your inbox each morning.

, , , , , ,

  • Miles267

    Doesn’t appear to work.  After setting up, you will encounter the following error in a browser when attempting to access:

    404 – File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

  • Nathaniel

    Before being able to enable WebDAV in IIS Manager at Step 3, I needed to install it as a ‘Role Service’ in Server Manager (ServerManager.msc) > Roles > Web Server (IIS) > Role Services.

    Other than that, worked a treat :-) Thanks!

  • Jeff Payment

    If your client software does not support the proper encrypted authentication protocol you might receive the 404 error.  In step 14 try enabling Basic Authentication and disable Windows Authentication.

    • Miles267

      Would appreciate any help.  I can access my WHS2011 remote access web page successfully via https://myservername.homeserver.com (HTTPS).  However with webDAV windows authentication enabled, if I try to point a Win7 IE client to https://myservername.homeserver.com/webfolders (for example), IE returns: 404 – File or directory not found.  The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.  Am not even prompted for my login credentials.

  • lelloz

    Great guide, but i suggest to mention that you can access webfolders from a Windows machine adding a network drive and using, as username, not only your user but SERVERNAMEUSER.

    With a browser you’ll always get 403 error.