imagina Posted July 8 Posted July 8 Hi My standalone application can access lan folders in a CopyFile function correctly. Example: CopyFile(PChar('\\172.26.0.84\files\... Lan rights access are granted by the user that runs web server executable file. But under HyperServer as service cannot access lan folders even setting full admin user in the service properties (not local system user). With HyperServer as standalone is working ok. How set lan user rights in a hyperserver as service app? Thx
Administrators Farshad Mohajeri Posted July 8 Administrators Posted July 8 Hi, Probably because the user which is associated with the windows service doesn't have the required privileges. Can it be the reason ?
Recommended Posts