Home > Article > Backend Development > How to set write permission in iis php
How to set iis php write permission: First open iis and click on the website to be modified; then click "Edit"; then click "Add" and add the IIS user; finally select the "Write" option and save it Can.
Recommended: "PHP Video Tutorial"
1. Open iis, click on the website you want to modify, and then click "Edit Permissions" on the right.
2. Click "Edit"
3. Click "Add" to add an IIS user, usually "netword_service" or "iis_iusers", if not, add "Everyone" (usually not configured )
4. Select "Write" and confirm to save.
The above is the detailed content of How to set write permission in iis php. For more information, please follow other related articles on the PHP Chinese website!