Read the error message, it couldn't be much clearer:
failed to open stream: No such file or directory
It cannot find a file of that name in that location.
So start by manually following that path on your server and checking if the file exists. It it doesn't, then find out where it is ...
If it does and you can read it, then check access permission all the way down the tree: IIS doesn't run under the same user as you so the whole folder path and the file itself need access to be granted to pretty much all users.
We can't do any of that for you ...