1

I try to access the network shared file using asp.net application. But I got to access network shared file when I run a application. But i didn't able access the same shared file when i hosted in IIS. It did't accept the network shared folder path.

keerthi
  • 25
  • 8

1 Answers1

0

try this all steps

Running IIS6, I had luck adding permissions for the local computer user IUSR.

"Application pool" > "Advanced Settings" > "Identity" > "Custom account"

Set your website to "Applicaton user (pass-through authentication)" and not "Specific user", in the Advanced Settings.

Now give that IUSR_[identifier] the appropriate NTFS permissions on files and folders

Reference link

other link

Community
  • 1
  • 1
Genish Parvadia
  • 1,437
  • 3
  • 17
  • 30