# Where can I find the IIS log?

You can find your IIS log file in the following directory:

```jsx
%SystemDrive%\inetpub\logs\LogFiles
```

If the directory doesn’t exist in your system, try looking in the following
directory

```jsx
%SystemDrive%\Windows\System32\LogFiles\HTTPERR
```

This directory contains similar log files that only represent errors.

If nothing above works for you, check IIS Manager. Select the computer on the
left pane, and in the middle pane, go under _Logging_ in the IIS area. There you
will see the default location for all sites.
