I am trying to copy a file to a shared path like \\192.168.0.22
with a C# Web API. However, the operation is throwing an access denied error.
A Windows application on the same machine can perform the file copy with no errors.
What could be the problem here?