The Event Viewer showed multiple, repeated URL aliasing error messages for content: Request not processed by aliasing.
The logging level in web.config is set too high.
Set the following key in web.config to "1" to stop the messages:
<add name="LogLevel" value="1" />
Please sign in to leave a comment.