Running cscript.exe from C# .ashx does not execute code in vbscript file
EDIT I added in some error handling to my .vbs file and it is indeed a permissions issue (I now get a "Permission Denied error"). However, supplying my credentials in the web.config <impersonate> tag does not seem to have any effect. Also when trying to supply my credentials to the process via via p.StartInfo.Password = Misc.CreateSe...