Question : Permission Denied IIS 5.1 WinXP Pro

I am getting permission denied trying to run this using vbscript.

Set WShell = CreateObject("WScript.Shell")  
return = WShell.Run ("cmd.exe Dir > ms3.txt")

This problem I found here before but cannot find the answer. It wont let me run any dos commands or batch files. This command was just a test to get something working.

I have tried setting "Script And Executable" permissions.

rotsey

Answer : Permission Denied IIS 5.1 WinXP Pro

what about permissions on whatever files or directories you're accessing?  

You have to make sure IUSR_ has proper permissions set up in those directories
Random Solutions  
 
programming4us programming4us