We need to publish some network directories via WebDAV on our internal network for some mobile devices (mainly iPads).

The intended layout is something like:

http://webdav/username/ points to D:\homes\username (names & paths changed)

So far we have access to the webroot working and logging in with domain credentials works fine as well. We just need to provide access by username now.

Short of creating a WebDAV rule for every possible username, is there a way to do this automatically?

link|improve this question

What version of IIS are you working with? – Evan Anderson May 18 '11 at 3:58
@Evan: We're using IIS7. – Matthew Iselin May 18 '11 at 4:09
feedback

1 Answer

up vote 1 down vote accepted

You may want to become familiar with AppCmd. You can use it to script configuring WebDAV authoring rules, etc. I haven't done what you're doing (yet-- it's something one Customer and I have talked about for their iPad devices, specifically) but that's the track I'd start down.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.