I have two webservers that rely on a single file-share to read/write files to. All three computers are in the same domain, and ASP.NET impersonates a domain-user to get the access rights to the share. The applicatin accesses the share via UNC-path
But the latest nights, there has been occuring some problems when the application tries to access the shares. A typical error-message is:
"The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. "
and:
"Network path not found"
But when I access the web-fronts via RDP, the problem disappears.