1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. vbscript自動配置IIS代碼

        時間:2020-11-09 19:17:55 VBScript 我要投稿

        vbscript自動配置IIS代碼

          復制代碼 代碼如下:

          strServerName=""localhost""

          strRootPath=""g:documents""'虛擬目錄路徑

          strVRName=""Test""'虛擬目錄名稱

          strDefaultDoc=""index.asp""'起始文檔

          DimobjIIS

          'MsgBox""IIS://""&strServerName&""/W3SVC/1""

          OnErrorResumeNext

          SetobjIIS=GetObject(""IIS://""&strServerName&""/W3SVC/1"")

          Iferr=-2147024893Then

          MsgBox""IIS不存在!""&vbcrlf&""請驗證IIS是否已正確安裝!"",vbcritical

          Wscript.Quit

          ElseIferr<>0Then

          MsgBox""未知錯誤!"",vbcritical

          Wscript.Quit

          EndIf

          OnErrorGoTo0

          SetobjVirtualDir=objIIS.GetObject(""IISWebVirtualDir"",""Root"")

          ForeachVRinobjVirtualDir

          IfVR.Name=strVRNameThen

          MsgBox""虛擬目錄""&strVRName&""已存在!"",vbinformation

          Wscript.Quit

          EndIf

          Next

          OnErrorResumeNext

          Setfs=Wscript.CreateObject(""Scripting.FileSystemObject"")

          SetobjFolder=fs.GetFolder(strRootPath)

          Iferr=76Then

          MsgBox""路徑""&strRootPath&""不存在!"",vbcritical

          Wscript.Quit

          EndIf

          SetobjFolder=nothing

          Setfs=nothing

          OnErrorGoTo0

          OnErrorResumeNext

          SetVirDir=objVirtualDir.Create(""IISWebVirtualDir"",strVRName)

          VirDir.AccessRead=true

          VirDir.Path=strRootPath

          VirDir.DefaultDoc=VirDir.DefaultDoc&"",""&strDefaultDoc

          VirDir.setInfo

          Iferr<>0Then

          MsgBox""創(chuàng)建虛擬目錄失敗!"",vbcritical

          Else

          MsgBox""虛擬目錄""&strVRName&""成功創(chuàng)建在服務器""&strServerName&""上!"",vbinformation

          EndIf

          代碼的`關鍵在于創(chuàng)建虛擬目錄,及其中的配置:

          SetVirDir=objVirtualDir.Create(""IISWebVirtualDir"",strVRName)

          VirDir.AccessRead=true

          VirDir.Path=strRootPath

          VirDir.DefaultDoc=VirDir.DefaultDoc&"",""&strDefaultDoc

          VirDir.setInfo

        【vbscript自動配置IIS代碼】相關文章:

        1.IIS7密鑰配置方法

        2.關于ASP讀取IIS日志的小程序代碼

        3.VBScript常數

        4.Windows 7下如何安裝和配置IIS 7和ASP方法

        5.關于華為交換機vlan的配置代碼

        6.VBScript 腳本編寫

        7.js+xml自動生成表格的代碼

        8.關于VBScript教程 第四課VBScript變量

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>