cscript

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...

Where can I learn about CS Scrpit?

Hi, I have this piece of code: var arrayParamaters = sParameters["split"]("|"); I want to find a documentation that map the functions/variables of a cs script var. as in the example I treat the sParameters as an array, and I would like to know the functions I can use with it... Adam. ...