Access Denied when Open an image
I have an IIS application. Before I saved and retrieved my images with the local address on the same server with IIS like "F:\ScanImage\C0\1\img.jpg"( and saved the address in db) and whenever want to open it, It was Ok!
Now I changed my address in db for retrieve because of some reasons and I added a server IP address to address like "\192.168.47.60\f\ScanImage\I221000\221745\2418961\2418961-000001.jpg". This address opens the image correctly in File Explorer. But unfortunately In my app (that deployed on IIS) has the error "Access to the path '\192.168.47.60\f\ScanImage\I221000\221745\2418961\2418961-000001.jpg' is denied."
I granted permission to IUSR and IIS_USR for the images folder (read and write). But It Was Not Solve!
Please Help me. Thanks a lot