Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. COthe problem is I don't get an error, the wscript.shell command just fails to execute. I've tried writing out wffm.stdout.readall() but nothing ever prints out to the page so I don't know what the error is. If you have another suggestion for how to get the error text from the wscript.shell please share. The asp script is set to run as a domain user under anonymous access. The AppPool the web site is set to run under in IIS is assigned the Network Service account.
      singulars
    2. COProcess Monitor... You can try to run process monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx). I have sometimes had trouble with process monitor showing all of the network file access, but in some cases it will show you the error. Try running process monitor and look for the failed entry for your file. This should tell you the user that is accessing the file, and the access rights that are being requested. Another thing to try is to login as the anonymous user and see if you can access the file.
      singulars
    3. COThanks for the handy tool you linked to. Using that I see that the ffmpeg.exe process is trying to be run as NT AUTHORITY\NETWORK SERVICE which must not have access to write files to the remote server. How do I remedy this? I thought setting the page up in IIS to run anonymous access as a domain account would cause everything on the page to run as that domain account? The domain account I have the page set up with does have read/write access to the remote server. The error I get in Proc Mon is Access Denied on a create file call to the remote server path.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload