1
1

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のログのとりまとめ

Posted at

はじめに

IISのログってどこを見れば良いの?をメモしておく

IISのログの種類

調べた限り、IISには「アクセスログ」「エラーログ」がある

アクセスログ

C:\inetpub\logs\LogFiles\W3SVC1\u

にある

エラーログ

C:\Windows\System32\LogFiles\HTTPERR

にある

中身を見ても、正直何が書いてあるかわからない。フォーマットを下記を参照
https://docs.microsoft.com/ja-jp/troubleshoot/developer/webapps/aspnet/site-behavior-performance/error-logging-http-apis

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?