I managed to resolve myself, but thought it best to post here for others…
When it refers to an include, the code was
require_once(‘./whatever.php’)
which IIS didn’t like. I have altered all scripts to
require_once(‘whatever.php’)
managed to get more info from the php errors log in c:\windows\temp folder. I think the log file is called php_errors.log.