FTP7.5 path-authentication fail
1. FTP7.5 access remote share folder and set as home directory
2. user access as personal permission
need to do below
2. user access as personal permission
need to do below
To check the permissions on the physical folder, right
click on the home directory for the site, select Properties and then Security
and ensure that their are, at least, read permissions for the "Users"
security group, this will ensure that all inbuilt users on the system should
have read access to the folder.
Then check to see what account the site's Application Pool is running as. To do this, open the IIS management console, find the Application Pools entry, right-click on "DefaultAppPool" and then select "Advanced Properties". The account the App Pool is running as is listed under "Identity". It'll probably be set to NetworkService. Make sure this account also has read permissions on the home directory. If that doesn't work, try changing the Identity entry from NetworkService to one of the user accounts on the machine, such as Administrator.
If you do change the identity to Administrator, I recommend you only do this when testing. If you plan to publish the site on the Internet, you'll want to change the Identity to one with a lower access level, maybe even create one specifically for the website.
Then check to see what account the site's Application Pool is running as. To do this, open the IIS management console, find the Application Pools entry, right-click on "DefaultAppPool" and then select "Advanced Properties". The account the App Pool is running as is listed under "Identity". It'll probably be set to NetworkService. Make sure this account also has read permissions on the home directory. If that doesn't work, try changing the Identity entry from NetworkService to one of the user accounts on the machine, such as Administrator.
If you do change the identity to Administrator, I recommend you only do this when testing. If you plan to publish the site on the Internet, you'll want to change the Identity to one with a lower access level, maybe even create one specifically for the website.
留言