Click to See Complete Forum and Search --> : acessing files from another server.


vbnov
October 16th, 2006, 05:10 PM
Guys,

I have a web server. Also I have another server where some files are stored. I would like to access some of the files in my asp.net/vb application.

What are the things I need to do in order to do that?

Thnx in advance.

Shuja Ali
October 17th, 2006, 02:53 AM
Your ASP.NET worker process should have permissions to access these files. I guess thats all that is required.