In an application in ASP.NET c # that copies a file in a local network from a client to the server. What user should I give permission to?

0

Good morning, thank you in advance for the collaboration you may receive. The situation is as follows, I have an application in .NET That copy a configuration file of several clients to the server in a Local Network, the problem is that for it to be copied I must give permissions in each client to the folder where the file is. At the moment I give permission to "Everyone", and it works fine but I would like to give permissions to a specific user that would be the one of the IIS Server.

To which user should I give permission?

    
asked by Cromlo 02.04.2018 в 23:11
source

0 answers