Chris Crowe's Blog
Ramblings of an IIS MVP ( MVP Since 1997 )

Powered By IIS 7

Search my blog

Some of my readers



My Microsoft Certifications


Dec 15, 1998

Dec 20, 2000

Jan 31, 2001

Jul 22, 2002

Nov 1, 2004

My Microsoft MVP Awards




1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
mvp.support.microsoft.com

May 2009 Entries

There is a bug in the IIS7 Web Dav Module shown below

WebDav1

WebDav2

The bug is that if you have a file or folder with an ampersand “&” character it will cause an error when using Windows Explorer. We installed this on a Windows 2008 Server 32 bit version at work and opened it up to users.

When a user browsed a folder with a file or child folder that contained an ampersand they received the following message

error

The fix is to either install WebDav 7.5 for IIS 7.0 or to install a hotfix. This hotfix rollup resolves the following issues that occur when you use the WebDAV module for IIS 7.0:

  • The PROPFIND responses are truncated at 4 megabytes (MB).
  • Some characters are not escaped correctly in the PROPFIND responses.
  • Virtual Directory enumeration does not work as expected.
  • Plus signs are converted to spaces in PUT request URLs.
  • The WebDAV handler mapping is not added when you reinstall the WebDAV module.
  • Request filtering settings are not configured when you enable WebDAV by using the UI.

 

A hotfix rollup is available for the out-of-band WebDAV module for IIS 7.0
http://support.microsoft.com/default.aspx/kb/957001

 

WebDav 7.5 for IIS 7.0 Module : 32Bit Version
http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1621

 

WebDav 7.5 for IIS 7.0 Module : 64Bit Version
http://www.iis.net/downloads/default.aspx?tabid=34&i=1618&g=6

 

WebDav 7.5 for IIS 7.0 Documentation
http://go.microsoft.com/fwlink/?LinkId=105146