0

We want to offer some file storage capability in our asp.net 3.5 web app and would like users to map a drive to the webshare hosted on our IIS. this will allow users to simply copy files from their systems to the mapped [as a drive] web folder and save them the task of uploading files, etc. Any ideas on how we can implement a webshare capability on IIS 7.0 ?

Eduardo Ivanec
  • 14,881
  • 1
  • 37
  • 43
Vikram
  • 103
  • 3

1 Answers1

1

I believe you'll require an installation of WebDAV on your IIS server.

Instructions are available on this WebDav tutorial site

blueberryfields
  • 757
  • 1
  • 7
  • 17