Hi All,
I have created a User 'TestUser' and allow them to read/write permission on a file system in a machine. Whenever I logged in with the credential with TestUser then I can create/delete/access that file system. I have another machine where I have hosted a web service and used .net impersonation and passed the credential of TestUser to that web service. When I tried to create a file on that machine then it shows the error Access Denied. And If I used Administrator credential or another user's credential to create the file then it does not show any error and creates the files successfully. I do not understand what is the problem. Would you please let me know the solution?
I have created a User 'TestUser' and allow them to read/write permission on a file system in a machine. Whenever I logged in with the credential with TestUser then I can create/delete/access that file system. I have another machine where I have hosted a web service and used .net impersonation and passed the credential of TestUser to that web service. When I tried to create a file on that machine then it shows the error Access Denied. And If I used Administrator credential or another user's credential to create the file then it does not show any error and creates the files successfully. I do not understand what is the problem. Would you please let me know the solution?
Comment