Hi,
I had an issue on using a network folder on server other than the serving server.
This was previously working, but suddenly not.
The folder has permission set to everyone.
From the serving server, I can access the network folder in windows explorer without issue.
The server is on OS10 and FileSystem version from description is 4.1.1.
Can someone help on this?
Is it the same folder where it was working previously ? also once again check the permission of the folder and if possible please share the complete log from service center.
Regards,
-PJ-
Pramod Jain wrote:
Yes it is the same folder. Below shows the folder is already shared to everyone and is accessible on the server.
I have created a test app to upload a dummy file to a specified path. These are the results:
Attached is the error log.
Hi Kelvin,
I resolved the similar error using the below attached.Please see it once.IIS user should be full access.
Salman Ansari wrote:
Hi Salman,
Thanks for the help. Unfortunately it did not work as well.
For now I put the App Pool to use the admin user that is tested can access with Windows Explorer, then everything is okay
I had a similar problem and was able to solve it by specifying the appropriate Domain. For example, if you are on an OnPrem environment, you need to distinguish between internal users and domain users accessing the network path. Try it for internal users with "." and for domain users with the corresponding domain. The error message should change if you are using a domain user then that name and or password are wrong or something like that.
I hope this helps others who also have this error.