Search code examples
c#asp.net-mvc-3analytics

Analytics in a restricted environment


Does anyone know of an analytics package, either open source or commercial, that can be integrated into a corporate MVC3 site running in a restricted environment?

The (rather rigid) requirements for my project are: -

  • The solution must be installed locally, which sadly rules out Google Analytics.
  • The solution must track analytics for individual users / customers.
  • The solution must work on a Microsoft technology stack and work under IIS 7.5.

Unfortunately due to client sensitivities (I.E., security and brand reputation) they cannot use publically analytics packages and thus rule out Google, Open Web Analytics, etc.)

Thanks, and let me know if I need to make the requirements clearer.


Solution

  • Piwik is one of the best open source Web Analytics solution. I understand you need a solution in Microsoft stack but this is based on PHP.

    I am using this to tracking SharePoint web applications and I am running Piwik using IIS 7.5.