webdav win 7 doesn't display first folder
hello, i'm working on a custom webdav server running on iis 6.0/asp.net 2.0. i've reached the point where xp/vista/win 7/osx/linux(davfs) can log in and have some varying levels of functionality. the issue i'm having right now is that some builds of win 7 will not "list" the first folder returned in the response xml. the response xml: <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:"> <D:response> <D:href>Assignments_test_1_Period_1_Lee</D:href> <D:propstat> <D:status>HTTP/1.1 200 OK</D:status> <D:prop> <D:getcontenttype>application/webdav-collection</D:getcontenttype> <D:resourcetype> <D:collection /> </D:resourcetype> <D:lockdiscovery /> <D:supportedlock /> <D:displayname>Assignments_test_1_Period_1_Lee</D:displayname> <D:getcontentlanguage>en-us</D:getcontentlanguage> <D:getcontentlength>0</D:getcontentlength> <D:getlastmodified>Mon, 20 Sep 2010 12:37:00 GMT</D:getlastmodified> <D:creationdate>2010-09-20T12:37:00Z</D:creationdate> </D:prop> </D:propstat> </D:response> <D:response> <D:href>Assignment_Drop_Box_test_1_Period_1_Lee</D:href> <D:propstat> <D:status>HTTP/1.1 200 OK</D:status> <D:prop> <D:getcontenttype>application/webdav-collection</D:getcontenttype> <D:resourcetype> <D:collection /> </D:resourcetype> <D:lockdiscovery /> <D:supportedlock /> <D:displayname>Assignment_Drop_Box_test_1_Period_1_Lee</D:displayname> <D:getcontentlanguage>en-us</D:getcontentlanguage> <D:getcontentlength>0</D:getcontentlength> <D:getlastmodified>Mon, 20 Sep 2010 12:37:00 GMT</D:getlastmodified> <D:creationdate>2010-09-20T12:37:00Z</D:creationdate> </D:prop> </D:propstat> </D:response> <D:response> <D:href>Graded_Assignments_test_1_Period_1_Lee</D:href> <D:propstat> <D:status>HTTP/1.1 200 OK</D:status> <D:prop> <D:getcontenttype>application/webdav-collection</D:getcontenttype> <D:resourcetype> <D:collection /> </D:resourcetype> <D:lockdiscovery /> <D:supportedlock /> <D:displayname>Graded_Assignments_test_1_Period_1_Lee</D:displayname> <D:getcontentlanguage>en-us</D:getcontentlanguage> <D:getcontentlength>0</D:getcontentlength> <D:getlastmodified>Mon, 20 Sep 2010 12:37:00 GMT</D:getlastmodified> <D:creationdate>2010-09-20T12:37:00Z</D:creationdate> </D:prop> </D:propstat> </D:response> </D:multistatus> the first folder named "Assignments_test_1_Period_1_Lee" doesn't get displayed in win 7, but is fine in all other os. any ideas? EDIT: i just realized that it's not just folders or the first folder of the xml... a file list may be missing the second entry...
May 25th, 2011 12:20am

Hi, I would like to verify if you encountered any issue on Windows 7? Now the issue is some builds of Windows 7 missed in response XML on webdav Server. It is recommended contacting ASP.net forum to get more accurately answer. http://forums.asp.net/default.aspx/7?General+ASP+NET Best Regards, Niki Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2011 7:03am

yes, it's a problem only with win 7. win 7 is not processing the entire response xml whereas xp, vista, linux, osx do. i posted the propfind xml body hoping someone might point out the issue with it...
May 27th, 2011 5:47pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics