📄 sol15-8.vbs
字号:
Const MediumProtection = 2
'get a reference to the directory NewApp under the root directory of the first site
Set objNewApp = GetObject("IIS://thor/W3SVC/1/Root/NewApp")
'create a new application for the directory
objNewApp.AppCreate True
objNewApp.AppFriendlyName = "Default Application"
objNewApp.AppIsolated = MediumProtection
objNewApp.SetInfo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -