I built a laravel app for a client but he wants to host it on his own server which is a Windows Server 2008. I followed all the tutorials I found on google and here, but I am stuck on storage folder’s permission
I gave full control on IIS_IUSERS user name for the storage folder, but I still have an error of permission denied when I try to open the default laravel installation.
'''
The stream or file "C:\inetpub\wwwroot\laravel\storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
'''
The IIS has this tree
-Start Page
-
--Application Pools
--Sites
---Default Web Site
---aspnet_client
---laravel
To make it clear, I don't work with Windows Server at all and whatever I do is with Google. Any idea?