WebDAV and ASP+ ?
Hi,
I need to create a page where I list the directories and files from a WebDav
server.
In ASP I'm using ADO and the Record object, but the Record onject doesn't
exists in ASP+.
How can do this ?
Maybe with the WebRequest object ? but how ?
Thanks for your help.
Jerome
[337 byte] By [
Jerome] at [2007-11-9 16:23:58]

# 1 Re: WebDAV and ASP+ ?
There's lots of possiblities...
check out the FileBrowser.aspx file in the following folder of the installed
NGWSSDK
C:\Program Files\NGWSSDK\Samples\ClsView
MCA
"Jerome" <jeromep@merkurium.com> wrote in message
news:39abde23$1@news.dev-archive.com...
>
> Hi,
>
> I need to create a page where I list the directories and files from a
WebDav
> server.
>
> In ASP I'm using ADO and the Record object, but the Record onject doesn't
> exists in ASP+.
>
> How can do this ?
> Maybe with the WebRequest object ? but how ?
>
> Thanks for your help.
>
> Jerome
# 2 Re: WebDAV and ASP+ ?
This sample run only on a local computer
I can't list a webfolder
I've tried to access a network path, but it doesn't work (problem with the
authentication)
"Mike Amundsen" <mike@amundsen.com> wrote:
>There's lots of possiblities...
>
>check out the FileBrowser.aspx file in the following folder of the installed
>NGWSSDK
>
>C:\Program Files\NGWSSDK\Samples\ClsView
>
>MCA
>
>"Jerome" <jeromep@merkurium.com> wrote in message
>news:39abde23$1@news.dev-archive.com...
>>
>> Hi,
>>
>> I need to create a page where I list the directories and files from a
>WebDav
>> server.
>>
>> In ASP I'm using ADO and the Record object, but the Record onject doesn't
>> exists in ASP+.
>>
>> How can do this ?
>> Maybe with the WebRequest object ? but how ?
>>
>> Thanks for your help.
>>
>> Jerome
>
>
Jerome at 2007-11-11 23:27:10 >

# 3 Re: WebDAV and ASP+ ?
Off the head
WebRequest from WebRequestFactory
Set the DAV specific properties
- version is what I remember
- method
- Content Type etc
Not sure about the security
Add the extra DAV specific headers if required
Compose your xml based request
Send the request and get the response !
Not tried this , I am sure we have some wrapper class which does this stuff
somewhere.
Hope this is good enough pointer
Govind
"Jerome" <jeromep@merkurium.com> wrote in message
news:39ae710b$1@news.dev-archive.com...
>
> This sample run only on a local computer
> I can't list a webfolder
> I've tried to access a network path, but it doesn't work (problem with the
> authentication)
>
>
> "Mike Amundsen" <mike@amundsen.com> wrote:
> >There's lots of possiblities...
> >
> >check out the FileBrowser.aspx file in the following folder of the
installed
> >NGWSSDK
> >
> >C:\Program Files\NGWSSDK\Samples\ClsView
> >
> >MCA
> >
> >"Jerome" <jeromep@merkurium.com> wrote in message
> >news:39abde23$1@news.dev-archive.com...
> >>
> >> Hi,
> >>
> >> I need to create a page where I list the directories and files from a
> >WebDav
> >> server.
> >>
> >> In ASP I'm using ADO and the Record object, but the Record onject
doesn't
> >> exists in ASP+.
> >>
> >> How can do this ?
> >> Maybe with the WebRequest object ? but how ?
> >>
> >> Thanks for your help.
> >>
> >> Jerome
> >
> >
>