1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

IIS関連情報整理

Last updated at Posted at 2019-06-17

IIS 設定ファイル関連

iisConfigOperation.bat
REM バックアップ
REM   ※下記にバックアップが作成される
REM     %systemroot%\system32\inetsrv\backup
%systemroot%\system32\inetsrv\appcmd add backup IIS_CONF
REM リストア
%systemroot%\system32\inetsrv\appcmd restore backup IIS_CONF

◆IISのapplicationHOST.config の保存場所
 https://iroiro-memo.hatenablog.com/entry/20151116/1448103652
◆IIS config
 https://techinfoofmicrosofttech.osscons.jp/index.php?IIS%20config
◆[Windows]IISの設定のバックアップ・リストア作業
 http://ht-jp.net/blog/pc/windows/windowsiis-bkup

ログ関連

今は下記3つを見ている
 ・イベントビューア
 ・アクセスログ:u_ex%y%m%d.log
  C:\inetpub\logs\LogFiles\W3SVCx ※x⇒番号
 ・エラーログ:httperrxx.log ※xx⇒連番
  C:\Windows\System32\LogFiles\HTTPERR
 ※サービスにもログあるかも...!?要確認
◆IISのログ
 https://techinfoofmicrosofttech.osscons.jp/index.php?IIS%E3%81%AE%E3%83%AD%E3%82%B0
◆IIS の調査に必要な基本的なログ情報について
 https://jpdsi.github.io/blog/web-apps/LogCollection1/
◆IIS の調査に必要な通信系のログ情報について
 https://jpdsi.github.io/blog/web-apps/LogCollection2/

LogParser

◆Log Parserでログを統合的に扱い運用保守に役立てる(実践編)
 https://codezine.jp/article/detail/541
  ※印刷用を表示で一気に見る
◆LogParser でIIS解析
 http://100mds.blogspot.com/2013/05/logparseriis.html

参考サイト

◆IISのアーキテクチャ基礎(前編)
 https://qiita.com/matarillo/items/2d713603f23b0ac165f3
◆IISのアーキテクチャ基礎(後編)
 https://qiita.com/matarillo/items/c7ec64ae8e3b9a65f5ea

その他

◆Visual Studio 2015 の IIS Express にIP経由で接続する方法 | asp.net
 https://itblogdsi.blog.fc2.com/blog-entry-136.html
  ※URL ACL
◆Visual Studio 2015のIIS Expressにlocalhost以外からアクセスできるようにする方法
 https://qiita.com/k_saito/items/790884389e0c0611b258
◆IIS Express を外部公開する
 https://qiita.com/ledsun/items/ca77c60aad424438cdd7
◆WindowsのIISでURLのリダイレクト(転送)を設定する(基本編)
 https://www.atmarkit.co.jp/ait/articles/0908/07/news108.html

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?