Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Setting Permissions for user based access on the storage media on Lan

Setting Permissions for user based access on the storage media on Lan

Scheduled Pinned Locked Moved Visual Basic
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    quantimizer
    wrote on last edited by
    #1

    Hello, I am looking for the methodology to develop the program (preferably webservice) to allow the multiple users on the LAN , to have the certain permission based access on the storage media (like westren digital mybook that connects to the usb port of the computer) , so that every user has a purticular quota on the storage media and no body else can access their folder as well. need some guidence in this regard.

    D 1 Reply Last reply
    0
    • Q quantimizer

      Hello, I am looking for the methodology to develop the program (preferably webservice) to allow the multiple users on the LAN , to have the certain permission based access on the storage media (like westren digital mybook that connects to the usb port of the computer) , so that every user has a purticular quota on the storage media and no body else can access their folder as well. need some guidence in this regard.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      So what's with the web service?? What's is it supposed to do?? This is normally done through proper use of NTFS permissions. And it's something that you just set once and forget about it. This is typcially done by LAN Administrators when they setup a new user ID. A directory is also created in a share that houses everyones home directories, then the NTFS permissions are set to allow only that user and the administrators access to it.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      Q 1 Reply Last reply
      0
      • D Dave Kreskowiak

        So what's with the web service?? What's is it supposed to do?? This is normally done through proper use of NTFS permissions. And it's something that you just set once and forget about it. This is typcially done by LAN Administrators when they setup a new user ID. A directory is also created in a share that houses everyones home directories, then the NTFS permissions are set to allow only that user and the administrators access to it.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        Q Offline
        Q Offline
        quantimizer
        wrote on last edited by
        #3

        Well the problem is you can do that stuff in case of some domain setup , but it is not the case here. The thing here is to create the type of application that can do the job .

        D 1 Reply Last reply
        0
        • Q quantimizer

          Well the problem is you can do that stuff in case of some domain setup , but it is not the case here. The thing here is to create the type of application that can do the job .

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          NTFS permissions are still set the same way, domain or no. Your problem is that in a workgroup setup, each machine maintains it's own set of accounts and no machine trusts the accounts of another. So... I still have no idea what a web service has to do with this or what you're ultimately trying to accomplish. Your description doesn't make much sense.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups