0

コマンドプロンプトからIISWebサイトのデフォルトドキュメントを設定したい。

これを設定する方法を教えてください。

ありがとう、マヘシュ

4

1 に答える 1

1

appcmd.exeを使用できます。

 appcmd set config /section:defaultDocument /enabled:true|false

Check appcmd help at MSDN (or here) for more information.

http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe

于 2012-07-27T08:46:02.287 に答える