WebDAV Request Question
am 17.11.2007 02:58:38 von 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
KellyGreer1@nospam.com
change nospam to yahoo
Re: WebDAV Request Question
am 24.12.2007 05:33:55 von kellygreer1
On Dec 15, 6:13=A0am, Alexey Smirnov wrote:
> On Nov 17, 2:58 am,kellygreer1 wrote:
>
> > Can anyone point me in the right direction of what theWebDAVrequest
> > looks like when you "read" a file out of IIS? =A0For 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
> > KellyGre...@nospam.com
> > change nospam to yahoo
>
> 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