Webdav and wildcard

I am setting up a webdav server in IIS 6.0, I like to know if there is a
wildcard in webdav so I can setup the link for multiple user and it will take
the login name instead of typing in the whole path. The directory is like
http://abc.a.com/webdav/usera, http://abc.a.com/web/dav/userb. Is there a
way to just go to the http://abc.a.com/webdav/ and append the rest when user
log in.

Thanks
tony [ Di, 15 Januar 2008 00:03 ] [ ID #1907437 ]

Re: Webdav and wildcard

On Jan 14, 3:03=A0pm, Tony <T... [at] discussions.microsoft.com> wrote:
> I am setting up a webdav server in IIS 6.0, I like to know if there is a
> wildcard in webdav so I can setup the link for multiple user and it will t=
ake
> the login name instead of typing in the whole path. =A0The directory is li=
ke =A0http://abc.a.com/webdav/usera,http://abc.a.com/web/dav/us erb. =A0Is th=
ere a
> way to just go to thehttp://abc.a.com/webdav/and append the rest when user=

> log in.
>
> Thanks


IIS can have that behavior if you or someone write the code to do it.
It is possible to write simple code to redirect WebDAV requests to /
webdav to /webdav/%AUTH_USER%.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
David Wang [ Di, 15 Januar 2008 01:22 ] [ ID #1908420 ]
Webserver » microsoft.public.inetserver.iis » Webdav and wildcard

Vorheriges Thema: moving from linux proxy (squid) to IIS6
Nächstes Thema: Over 66 seconds to fetch a simple css file on IIS 6. Help please