Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a virtual directory on IIS6 to access files on a shared located on a TERA station.

I have a website that has to retrieve images from the TERA station through the virtual directory

TERA station IS NOT on the same domain as the web server that has IIS6.

How should I set permissions or authentication method for the virtual directory so that the website can have access to remote files through that virtual directory? Because whatever I do, I get the message: access to path … is denied

What I have tried:

Authentication method used for the website is : Integrated Windows authentication, because i need to track operations on the website by the windows account of the user.

i did the following based on something i read on code project:
i created a local user (my_user) on the web server, and created a local user on the TERA station with the same name and same password.
i allowed anonymous access to virtual directory, and set my_user as the windows account to use for anonymous access.

that didn't work...

i created a new application pool and used my_user as an identity.. and used the new application pool for the virtual directory... that didn't work neither
Posted
Updated 20-Dec-16 2:03am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900