I have a website with the below structure for saving product images:
~/fileserver/{user_id}/{file_id}.{file_extension}
I want to restrict access to each {user_id}
folder and let only the specific user to retrieve that image. How this can be done? Do I have to set something in IIS?