User1065476709 posted
Hi marcin44,
I try to create a site that can access the network drive via UNC path. When I run the site locally on server 127.0.0.1:84 it works and gets a list of folders in the browser. When trying to get
site on client machine then get HTTP Error 401.3 - Unauthorized. I'm using Windows Authentication (I've tried both providers: NTLM, Negottiate)
First please check if your anonymous authentication is disabled, if not, please disable it, second make
sure your login account on the pc is a member in the domain and IE has the Automatic Logon for Intranet sites is enabled in the correct security zone, at last Make sure the application pool account has permissions to the remote content. If you are
using network service, it's the machine account. Try running the application pool as a domain user vs. network service.
Best regards,
Sam