Solve the Problem of permissions when IIS service and user-uploaded files are deployed on different computers respectively.
To solve the permission issue when IIS and user-uploaded files are deployed on different computers.
Definition:
A: iis server
B: File Server
Steps:
1. Create a user [uploaduser] on B (and set the password)
2. Grant the [uploaduser] read and write permissions to the shared directory on B.
3. Create an identical user [uploaduser] on User A (the user name and password are the same)
4. Create A new virtual directory on A, pointing to the directory on B. Check that the [uploaduser] exists and has the read and write permissions in its shared permissions and permissions.
5. Configure iis In A as follows:
In the IIS application pool, choose Advanced Settings> Process Model> identity> Custom account to set uploaduser to the user created in step 1 ];