次の方法で共有


AppEnable

IIsWebDirectory または IIsWebVirtualDir オブジェクトの AppEnable メソッドは、AppDisable メソッドで無効にした Web アプリケーション定義を再び有効にします。指定したアプリケーションが削除されていない場合、そのアプリケーションはコンポーネント サービスに再登録されます。

構文

DirObj.AppEnable

 

パラメータ
  • DirObj
    IIsWebDirectory または IIsWebVirtualDir タイプの IIS Admin オブジェクトです。
コード例
  <%
  Dim DirObj
  Set DirObj = GetObject("IIS://LocalHost/W3SVC/1/ROOT/MyAppDir")
  'Enable the application at this directory.
  DirObj.AppEnable
%>
 
関連項目

AppCreateAppDeleteAppDeleteRecursiveAppUnloadAppUnloadRecursiveAppGetStatusAppDisableAppDisableRecursiveAppEnableRecursiveAspAppRestart