G
Guest
I try to run Xcacls.vbs in ASP but i have next error.
CScript Error: Loading your settings failed. (Access is denied. )
The source is:
Set objWShell = CreateObject("WScript.Shell")
Set objCmd = objWShell.Exec("cscript xcacls.vbs ")
Please help
Or is there another way to set NTFS permisions with ASP(.NET)
CScript Error: Loading your settings failed. (Access is denied. )
The source is:
Set objWShell = CreateObject("WScript.Shell")
Set objCmd = objWShell.Exec("cscript xcacls.vbs ")
Please help
Or is there another way to set NTFS permisions with ASP(.NET)