WebDAV Request Question

  • Thread starter Thread starter kellygreer1
  • Start date Start date
K

kellygreer1

Can anyone point me in the right direction of what the WebDAV request
looks like when you "read" a file out of IIS? For example, when the
Visual Studio edits a live web site, it brings back an .aspx page for
edit without processing it. I am looking for that request that will
bring back the text without processing....but don't want to "lock" the
resource.

KellyGreer
(e-mail address removed)
change nospam to yahoo
 
Can anyone point me in the right direction of what theWebDAVrequest
looks like when you "read" a file out of IIS? For example, when the
Visual Studio edits a live web site, it brings back an .aspx page for
edit without processing it. I am looking for that request that will
bring back the text without processing....but don't want to "lock" the
resource.

KellyGreer
(e-mail address removed)
change nospam to yahoo

it's just a GET request with LOCK and UNLOCK after that
 
it's just a GET request with LOCK and UNLOCK after that

wouldn't the GET request process the page?

any chance Microsoft will ever add a WebDAV library to .NET?

kelly
 
Back
Top