You can enable “trace logging” on IIS Manager. It fill create bunch of XML files you can easily investigate using IE installed on the server. (other browsers may fail to process xslt style files)
From Technet:
- Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see IIS 7.0: Open IIS Manager. For information about navigating to locations in the UI, see IIS 7.0: Navigation in IIS Manager.
- In the
Connectionspane, clickSites. - In
Features View, select the site for which you want to enable trace logging. - In the
Actionspane, under “Configure, clickFailed Request Tracing. - In the
Edit Web Site Failed Request Tracing Settingsdialog box, selectEnableto enable logging for this site. - In the
Directory text box, type the path where you want to store the log files or click the browse button (...) to find a location on the computer. The default is%SystemDrive%\inetpub\logs\FailedReqLogFiles. - In the Maximum number of trace files text box, type the maximum number of trace log files that you want to keep, and then click OK.

PS: don’t bother IIS 7.0, almost same as IIS 8.x