webdav security by Brett
Brett
Mon Jan 05 00:06:09 CST 2004
The webdav providers do not allow an alternate form of
security other than what is normal for IIS with NTFS
permissions and authentication. You might want to look
into using an ASP upload component so that you do not
require lots of different kinds of client support. You
can then author your own system for security (say, with
asp.net forms based authentication). Also, check into
BITS.
-brett hill
iistraining.com
>-----Original Message-----
>Anyone know a way to use different security for webdav?
Meaning like a
>local text file (username/password) instead of local
security? I am
>afraid of local accounts getting hacked. I'd rather use
a different
>security mechanism. Any ideas? I have a website where
many people will
>be uploading, some using webdav
>.
>