URL Aliasing Errors in Event Viewer

  • Updated

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" />