You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to intergrate Metrics.NET with ASP.NET MVC or ASP.NET WebForm ?
Because we have a lot of old solution with ASP.NET MVC or ASP.NET WebForm。
The text was updated successfully, but these errors were encountered:
I have added it to a ASP.NET WebForms app, but I am not happy with it.
Main topics are:
creates an own webserver
does only run on localhost:port all other configurations result in an error
recommended owin solution to integrate with IIS is too complex
Looses counter values on IIS Recycle of process
After IIS recyle of process the own webserver is not terminated in time, so "new" process gets a "port in use" error and you have to manually recylce the process again for it to work.
As I also need a point or range in time perspective for my logged data and am not happy with only seeing "current" events, I am developing an own solution that is logging in mongoDB.
It's possible to intergrate Metrics.NET with ASP.NET MVC or ASP.NET WebForm ?
Because we have a lot of old solution with ASP.NET MVC or ASP.NET WebForm。
The text was updated successfully, but these errors were encountered: