I am having issue trying to access network resource. The application when runs from visual studio executes fine, but when I run it from IIS7, I get the error:
Access to the path '\\NETWORKMACHINE\Shared Folder\rpt.txt' is denied.
Here 'NETWORKMACHINE' is the name of the computer in the same domain. I have given full permissions for 'LOCALMACHINE$' on that folder, where LOCALMACHINE is the host machine. The permissions work fine for reading from the location, but gives error when writing, although the permissions were set to full access.
Can someone please help me?