|
-
Dec 14th, 2007, 04:33 PM
#1
Thread Starter
Hyperactive Member
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.
-
Dec 24th, 2007, 07:01 AM
#2
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.
-
Mar 4th, 2008, 03:27 PM
#3
Thread Starter
Hyperactive Member
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.
-
Mar 5th, 2008, 02:56 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|