I've got an ASP.NET application that needs to be able to access a folder that's shared on another machine. Currently, I'm accessing it via the UNC (\\10.13.111.43\share\) and get the error
On the remote box, I've granted full control to 'Everyone', but that error still occurs.
These boxes are not on a domain.
Is there any way I can elevate the permissions of the local ASPNET account to be able to access this network share?
Code:
Could not find a part of the path "\\10.13.111.43\share"
On the remote box, I've granted full control to 'Everyone', but that error still occurs.
These boxes are not on a domain.
Is there any way I can elevate the permissions of the local ASPNET account to be able to access this network share?