views:

359

answers:

1

Hi, I have setup web dav on windows server 2008. It seems to work fine but will not allow me to save a word document to the dir but it will allow a text file to be saved. Any ideas?

Thanks,

Alex

A: 

Found answer at: http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-70/

Cd c:\ cd "%WinDir%\System32\InetSrv"\

AppCmd set config "Default Web Site/documents"" /section:system.webServer/security/requestFiltering

/+fileExtensions.[fileExtension='.doc',allowed='true'] /commit:apphost

alexmac