2

I'm using NLog to record my logging, everything is working fine, but now I have installed the application on to a WebService in IIS 6, it is not logging to the EventLog, all other logs are working okay.

What do I need to configure to get this working on the Server?

Coppermill
  • 6,676
  • 14
  • 67
  • 92

1 Answers1

3

Do you have permissions to access the event log? You can try enabling logging for NLog itself to see where it's failing. Have a look at Logging is not working - how to troubleshoot it? for details.

SWalters
  • 3,615
  • 5
  • 30
  • 37
Giorgi
  • 30,270
  • 13
  • 89
  • 125