I've recently seen ElmahR which is very useful to monitor the application's exceptions.
Is there any application like ElmahR to monitor online users and trace the user navigation.
I've seen some usefull reports in Site Log module in DNN, but I want to use a stand-alone application to monitor online users and get page view reports for any asp.net application.
something like real time analytics?
http://analytics.blogspot.com/2011/09/whats-happening-on-your-site-right-now.html
I think you know google real time analytics but are you searching for another solution?
I have used Elmah in my 4 projects and it is one of the best monitoring tool which i feel now currently available with the market. Also the configuration of Elmah is quiet easy when compared to the others. It needs only some configurations in web.config and needs to include only the [HandleError] Attribute on to the controller, so that MVC will log error to Elmah once there is a break in the controller actions. If needed i will provide you the useful link to configure elmah.
来源:https://stackoverflow.com/questions/11154793/is-there-any-asp-net-application-to-monitor-online-user-and-page-view-log-report