B
baldwin
Hello,
We are going to have a web application that will be load balanced.
Uploading documents into the same server is not an option. So we need
to create a shared folder in a different machine and the 2 web servers
will be accessing the shared folder. Problem is, how can we access the
shared folder without setting the permissions accesible to anyone? We
read some articles about impersonation (impersonate the aspnet process
to an account who has only access to the shared folder) and right now
we are still struggling to make it work. Is there any other way to
access a shared folder from ASP.net page where the webserver and the
shared folder reside in the different machine?
any help is greatly appreciated.
Thanks,
Baldwin
We are going to have a web application that will be load balanced.
Uploading documents into the same server is not an option. So we need
to create a shared folder in a different machine and the 2 web servers
will be accessing the shared folder. Problem is, how can we access the
shared folder without setting the permissions accesible to anyone? We
read some articles about impersonation (impersonate the aspnet process
to an account who has only access to the shared folder) and right now
we are still struggling to make it work. Is there any other way to
access a shared folder from ASP.net page where the webserver and the
shared folder reside in the different machine?
any help is greatly appreciated.
Thanks,
Baldwin