After Yii installation on IIS then developer face problem to run the demo application and they see following error message –
"Application runtime path "C:\inetpub\wwwroot\projectname\protected\runtime" is not valid. Please make sure it is a directory writable by the Web server process."
To solve this message-
1. Open IIS manager and select the project folder name from all available sites
2. From right pane “Actions” please select “Edit Permissions” and then give full permission to user “IUSR” and then save and restart IIS
Reload your URL and see the result.
Leave a Reply