Note that WebDAV is not available on IIS 6 servers.
WebDAV is an HTTP-based file management tool to help manage web contents on a remote server using Windows Explorer.
Steps to enable and configure WebDAV to connect to DiscountASP.NET IIS 7 server:
1. Log into Control Panel and go to the IIS Tools/WebDAV tab to enable WebDAV on your account.
2. On your local computer, go to Windows Explorer. Right click on 'Computer' and choose 'Map Network Drive...'

3. In the Folder field, enter the URL for your domain name - http://YourHostedDomainName.com.
4. Click Reconnect at logon.
5. An authentication window will appear. Enter your account user name and password.
Running command in MS DOS...
To configure the WebDAV connection with MS DOS:
1. Go to the MS DOS command prompt.
2. Enter the command: net use [drive letter] [URL]
Example: net use E: http://YourHostedDomainName.com
Note: WebDAV can connect using any FTP user.
Article ID: 1061, Created On: 7/16/2012, Modified: 8/20/2012