Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Disable an Out-of-Process Web ApplicationContent of Disable an Out-of-Process Web Application.vbsMD5 Hash: D4FF1AD384F4D02113C759EF03A97135 |
||
' Description: Disables an out-of-process Web application in the W3SVC/2142295254/root/aspnet_client_folder directory.
strComputer = "LocalHost" Set objIIS = GetObject _ ("IIS://" & strComputer & "/W3SVC/2142295254/root/aspnet_client_folder") objIIS.AppDisableRecursive | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |