コマンドプロンプトからIISWebサイトのデフォルトドキュメントを設定したい。
これを設定する方法を教えてください。
ありがとう、マヘシュ
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