0

I have both Visual Studio 2010 and Visual Web Developer Express 2012.

I tried NLOG in VS 2010 in a console application and everything worked right.

But when I try it in VS2012 with my asp.net application, It just does not.

I've already tried restarting my VS: NLog is not logging
And double-checking the loggin level: NLog not Logging in Simple App

But still not luck.

Community
  • 1
  • 1
Laggel
  • 1,356
  • 3
  • 19
  • 36

1 Answers1

1

I've just figured it out.

I installed NLog in the business logic library which was the one where I wanted to log. But I didnt install it in the main project (the asp one) so I just installed there, adjust the configuration and that solved it.

Laggel
  • 1,356
  • 3
  • 19
  • 36