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.
Asked
Active
Viewed 477 times
1 Answers
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

Community
- 1
- 1

Genish Parvadia
- 1,437
- 3
- 17
- 30
-
Thank You for your reference – keerthi Oct 16 '15 at 06:59
-
http://www.codeproject.com/Articles/19830/How-to-Access-Network-Files-using-asp-net – keerthi Oct 16 '15 at 07:02