File Portal
  • Content
    • Overview
    • Search
    • Imprint
  • News
    • Upcoming
    • Channels
    • Archive
    • Search
    • Submit
  • Mailing Lists
  • Articles
    • Categories
    • Search
  • Knowledgebase
    • Search
  • Compatibility
  • Files
    • Categories
    • Archive
    • Search
    • Submit
  • Glossary
  • Links
Main Menu
· News
· Articles
· Mailinglists
· Files
· Glossary
· Links
· Compatibility Lists

News Menu
· News Overview
· Upcoming News (0)
· News Channels
· News Archive
· Search News
· Submit News

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Releases
· Windows XP
· Microsoft
· Updates
· Interviews
· Windows Server 2003
· General Stuff
· Windows Vista
· Webcasts
· Windows Server 2008
· Windows Home Server
· Windows 7
· Windows 8
· Games
· Internet
· Hardware

· Files Overview
· Files Categories
· Files Archive
· Search Files
· Submit File
· Submit PAD

Articles Tags collapse/expand
"Sinofsky 'This (WebDisk) access Aero Peek Application Assassin's associated authentication AutoHotkey Backdoor"? Bootable Brotherhood Browser Cancel Change Command Connection Create Default Desktop dialog Disable display Download drives easiest Enable Enable Aero Peek in Windows 7 Execution Expansion Firefox Folder Folders Improve Install internet it...'? keyboard Leopard little magic. Manager Messenger missing” Naturally network Off-Screen optimize option Prevention Preview) program Programs Prompt Quality Reader Rebuild receive Regardless restricting scroll Search separate Service settings shell Slipstream Specific that’s usually VMware Webcam WebDAV Window Windows Windows 7 Wireless within without Wordpress worksheets world. www.file-portal.net you’re “BOOTMGR

Theme Selector

Latest Files collapse/expand
· 4Easysoft Mac DVD Ripper 4.0.20
· 4Easysoft Blu-ray to MKV Ripper 3.2.08
· Bros AMV Converter Mac 1.7.12
· Bros AVCHD Converter Mac 1.7.12
· Bros AMV Converter Mac 1.7.12
· Avira AntiVir UNIX Professional 3.1.3.5-0
· Avira AntiVir UNIX Professional 3.1.3.5-0
· Avira AntiVir Premium 10.2.0.728
· Tansee iPhone Song & Video & Photo Copy 5.1.0.0
· Bros HD Video Converter Mac 1.7.12

Latest News collapse/expand
· Microsoft to support ODF 1.2 open document standard in Office 15 and in Office 365
· HTC Wants To Do Away With Physical Qwerty Keyboards On Its Smartphones
· Diablo III Free to play this weekend
· May 17th announced as possible date of Facebook IPO
· Yahoo CEO Scott Thompson To Trim The Fat: "Yahoo Has Been Doing Way Too Much"
· Google settles with owner of Gmail.de, gets ownership of the trademark in Germany
· US Department of Justice files federal antitrust lawsuit against Apple and publishing houses Hachette SA, HarperCollins, Macmillan, Penguin and Simon & Schuster
· Windows Vista to enter extended support this week
· Adobe adds silent updates to Flash Player, drops support for Internet Explorer 6

Top News collapse/expand
· Adobe adds silent updates to Flash Player, drops support for Internet Explorer 6
· HTC Wants To Do Away With Physical Qwerty Keyboards On Its Smartphones
· Windows Vista to enter extended support this week
· Google settles with owner of Gmail.de, gets ownership of the trademark in Germany
· Yahoo CEO Scott Thompson To Trim The Fat: "Yahoo Has Been Doing Way Too Much"
· Diablo III Free to play this weekend
· Microsoft to support ODF 1.2 open document standard in Office 15 and in Office 365
· May 17th announced as possible date of Facebook IPO
· US Department of Justice files federal antitrust lawsuit against Apple and publishing houses Hachette SA, HarperCollins, Macmillan, Penguin and Simon & Schuster

Top Articles collapse/expand
· Enable High Quality Video in Skype Regardless of Webcam
· Install OS X Snow Leopard in VMware Windows 7
· How to Enable WebDAV authentication (WebDisk) in Vista
· Disable Zip Folders in Windows 7, Vista or XP
· NTFS Symlinks and other special features
· How to Make Yahoo Messenger Use Firefox as Default Browser in Vista
· How to create a network of Wordpress blogs
· Add “God Mode” in context menu in Windows Vista / Windows 7
· Must have software for Windows
· The easiest way to display separate worksheets in Excel

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Submit File

Categories:


PAD File Location

Please enter an unique PAD URL or click here to submit the file manually.

File Portal » Articles » How to Enable WebDAV authentication (WebDisk) in Vista » Page 1

How to Enable WebDAV authentication (WebDisk) in Vista

Posted by: admin on: 01/25/2012 10:11 PM [ Print | 0 comment(s) ]

There was a problem connecting to the Web Disk service. Please make sure ports 2078 (SSL) and 2077 are not firewalled.

 

 

This is the best I have come up with for Cpanel WebDav in Vista:

 

# Click on the Start Menu

# Right-click on Computer, then click on "Map Network Drive..."

# A "Map Network Drive" dialog will appear

# Towards the bottom of this box there is a link that says "Connect to a Web site that you can use to store your documents and pictures, and then click Next."

# The "Add Network Location" Wizard will pop up, click "next"

# On the following screen click "Choose a custom network location" and click "Next"

# Enter http://domain.tld:2077 (use https://domain.tld:2078 for SSL. This didn't work well although I did get it to connect eventually)

# Enter your full username and password and click "OK" (you may have to do this multiple times with SSL)

# Enter a name for the share in "What do you want to name this location" then click "next"

# Click on "Finish" on the last screen.

# The WebDav share should now show up under "My Computer"

 

 

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

 

 

To work around this behavior, enable Basic authentication on the client computer. To do this, add the

BasicAuthLevel

registry entry to the following registry subkey, and then set the entry to a value of 2 or more:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters

To enable Basic authentication on the client computer, follow these steps:

1.         Click Start

 

 

, type regedit in the Start Search box, and then click regedit.exe in the Programs list.

2.         Locate and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters

3.         On the Edit menu, point to New, and then click DWORD Value.

4.         Type BasicAuthLevel, and then press ENTER.

5.         On the Edit menu, click Modify.

6.         In the Value data box, type 2, and then click OK.

 

Note The mapping is as follows:

o          0 - Basic authentication disabled

o          1 - Basic authentication enabled for SSL shares only

o          2 or greater - Basic authentication enabled for SSL shares and for non-SSL shares

7.         Exit Registry Editor, and then restart the computer.

 

 

 

WebDAV is an extension of Hypertext Transfer Protocol   (HTTP), and includes the use of Basic authentication. Basic authentication is   one form of user authentication where a user is identified to the server. When   the server is configured to use Basic authentication, the client computer   transmits the users' credentials to the server. If the channel is not   encrypted, such as in typical HTTP traffic, a malicious user on another   computer on the network can possibly intercept the user name and password of   that user. Since a user's credentials can be possibly compromised if they are sent in clear text, Windows Vista and Windows XP SP2 include functionality that permits you to control the use of Basic authentication by the DAV redirector. The DAV redirector prior to Windows Vista does not support encrypted HTTP, such as HTTPS or Secure Sockets Layer (SSL) resulting in the transmission of the users' credentials without encryption if the server supports Basic authentication. Beginning with Windows Vista the DAV redirector supports SSL and by default disables the use of Basic authentication without SSL enabled. By default, Basic   authentication is disabled in Windows Vista and in  Windows XP SP2. When Basic authentication is   disabled, either the client computer uses a different authentication method (if   the server supports a different authentication method), or the request fails.   For more information about Windows SharePoint Services 3.0, visit the   following Microsoft Web site:

http://technet.microsoft.com/windowsserver/sharepoint/default.aspx           
(http://technet.microsoft.com/windowsserver/sharepoint/default.aspx)       

For more information about Windows SharePoint Services 2.0, visit the   following Microsoft Web site:

http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb267377.aspx
 

 





Digg it! Slashdot Del.ico.us Technorati Fark it! Blinklist Furl NewsVine Windows Live Netscape Google Bookmarks Reddit! LinkaGoGo Tailrank Wink Dzone Simpy Spurl Yahoo! MyWeb NetVouz RawSugar Smarking Scuttle Magnolia BlogMarks Nowpublic FeedMeLinks Wists Onlywire Connotia Shadows Co.mments


File Portal » Articles » How to Enable WebDAV authentication (WebDisk) in Vista » Page 1

© 2012
Powered by Contentteller® Professional Edition