Amir Pournasserian
Amir Pournasserian

Reputation: 1674

Is there any ASP.NET application to monitor online user and page view log report?

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.

Upvotes: 4

Views: 971

Answers (2)

emremp
emremp

Reputation: 634

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?

Upvotes: 1

Febin J S
Febin J S

Reputation: 1368

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.

Upvotes: 1

Related Questions