IIS 6.0 WebDAV SEARCH Support

IIS 6.0 WebDAV SEARCH Support

am 22.02.2005 19:01:06 von Rafael

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

xmlns:D="DAV:">SELECT "DAV:displayname", "DAV:href" FROM
SCOPE('deep traversal of "/"') WHERE "DAV:ishidden" = false AND
"DAV:isfolder" = true

------------------

Thanks