0

I'm trying to use jsnlog with Angular 2 but my project uses .Net.

Unfortunately, they for .NET Core, so can you help me to config jsnlog for .Net?

I get the following error when I start the app:

POST http://localhost:9000/jsnlog.logger 404 (Not Found)

Minh Nguyen
  • 81
  • 1
  • 2
  • 9
  • 404 means there is nothing on the http://localhost:9000/jsnlog.logger, you probably have a configuration error in your config. There should probably a handler listening there. – Peter Oct 14 '17 at 05:50
  • how do you config them? can you give me your web.config? – Minh Nguyen Oct 14 '17 at 06:41
  • The [defaultAjaxUrl](http://jsnlog.com/Documentation/Configuration/OnServer/Jsnlog#defaultAjaxUrl) attribute in the config file might help you. – stomy May 29 '19 at 15:16

1 Answers1

2

I am the author of JSNLog.

Because you're seeing a 404, I suspect you didn't install the server side handler. Instruction on how to do that are in: http://jsnlog.com/Documentation/DownloadInstall

user1147862
  • 4,096
  • 8
  • 36
  • 53