michaelJustin opened this issue a year ago · 0 comments
See tutorial7: without log filter, missing configuration causes an exception.
With the line commented out
// Context.AddFilterWithMapping(TdjNCSALogFilter, '/*', WebFilterConfig);
Startup shows an error:
When not commented out:
Context.AddFilterWithMapping(TdjNCSALogFilter, '/*', WebFilterConfig);