I have a VB script that I call with a php file, it runs a script that gets free diskspace from a group of servers and writes results to a csv file, it runs locally no problem.
When accessed via php page it does actually run the script because it outputs to a file and writes the headings but I don't get any results and the IIS server does a single beep. This must be some sort of permissions issue, I have looked through logs but I can't see anything explaining the error.
I have removed anonymous access and left integrated windows authentication, I have logged in with the domain admin account and still doesn't work.
Any ideas?
When accessed via php page it does actually run the script because it outputs to a file and writes the headings but I don't get any results and the IIS server does a single beep. This must be some sort of permissions issue, I have looked through logs but I can't see anything explaining the error.
I have removed anonymous access and left integrated windows authentication, I have logged in with the domain admin account and still doesn't work.
Any ideas?