I am trying to migrate from IIS6 WebDav to IIS7 WebDav. I do not use it for publishing but rather for the "Web Folder" function. My issue is that I have the system configured and working except if i try to view a folder in explorer that contains a large number of folders I get a "Documents in the folder are not available message". The issue also seems to occur if the files in the folder are very large. This issue does not occur in IIS6.
Back with IIS5 and IIS6 I got that error this same error if I tried to use virtual directories combined with WebDav and fqdn, but that is not the case here. I reported that bug to MS back in 2004 and this is the KB for it. http://support.microsoft.com/kb/895248
I am using a single UNC folder, basic authentication over SSL port 443, SSL is Required, WebDav authoring is enabled for All Content and All Users, Read/Write/Source, Allow unknown MIME type is set to true, etc. No errors are logged in the Failed request tracing logs. I have IIS6 and IIS7 in VMs pointed to the same UNC path trying to determine which option in IIS7 will resolve this.
Are there any additional server side configuration changes or registry settings I can adjust that may fix this? I am using XP Pro SP2 clients for my testing.