Hi, I'm running PHP 5 on IIS and I get the following error when I try an include() function. Warning: include(https://is-dc/helpdesk/companyList.php?expand=1) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in C:\Inetpub\wwwroot\helpdesk\index.php on line 61 Warning: include() [function.include]: Failed opening 'https://is-dc/helpdesk/companyList.php?expand=1' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\helpdesk\index.php on line 61 The script works fine on my local machine with Apache so it seems to be an IIS problem - any ideas?
could it be related to file permissions, and iis running as a different set of groups (or user) ?. I am not that failier with IIS, but would also check what user php is getting executed as well.
still no luck, i've just noticed its looking for include_path='.;C:\php5\pear' and there is nothing in that directory on the server.