IIS 6.0 WebDAV SEARCH Support

From: Rafael (Rafael_at_discussions.microsoft.com)
Date: 02/22/05


Date: Tue, 22 Feb 2005 10:01:06 -0800

Does IIS 6.0 WebDAV support the SEARCH method? The following request always
returns and 500 Internal Server error.

-----------------
SEARCH / HTTP/1.1
Host: localhost
Content-Type: text/xml
Content-Length: 230

<?xml version="1.0" encoding="utf-8"?><D:searchrequest
xmlns:D="DAV:"><D:sql>SELECT "DAV:displayname", "DAV:href" FROM
SCOPE('deep traversal of "/"') WHERE "DAV:ishidden" = false AND
"DAV:isfolder" = true</D:sql></D:searchrequest>
------------------

Thanks