Results 1 to 4 of 4

Thread: LAN/WAN File access

  1. #1

    Thread Starter
    Hyperactive Member johnweidauer's Avatar
    Join Date
    Sep 2002
    Location
    SLC, UT
    Posts
    314

    Question LAN/WAN File access

    I have a file server on my local network, then a server at a colocation, both Windows 2000 Server. I would like to allow my webserver to read/write to the file server on my LAN. Is there a reasonable solution via IIS 5, .NET through a web service, or some other sound solution?

    I do have a VPN/Firewall between my LAN and WAN, maybe just a VPN Tunnel? Not sure about performance though.

    Any thoughts would be helpful.

    Thanks.
    To the world you may just be one person, but to this one person, you just might be the world.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: LAN/WAN File access

    Assuming it's a website, you can create a virtual directory underneath the website you are dealing with and have it pointed at the folder shared on the file server. In "Directory Security" give it the name of a domain user that you have created specifically for this purpose and give that domain user access rights to that shared folder on the file server.

  3. #3

    Thread Starter
    Hyperactive Member johnweidauer's Avatar
    Join Date
    Sep 2002
    Location
    SLC, UT
    Posts
    314

    Re: LAN/WAN File access

    Yes, that much is easy, but what if I want to share across two different web servers on different LANs?
    To the world you may just be one person, but to this one person, you just might be the world.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: LAN/WAN File access

    That is still possible, it'll still work as long a user with permissions is the security context for the virtual directory. Users accessing those resources will not require access to that shared folder, nor do they need to know that it exists as IIS will process all requests and do something that is akin to a Response.WriteFile() to the browser.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width