Skip to content

saifmd4u/TechCipher.Plugins.Planetics

Repository files navigation

TechCipher.Plugins.Planetics

Using Google Analytics API and PlanetaryJS to show various pings around the world for a website.

Uses following dependencies

Look at the following articles for more details of implementation

alt tag

Notes

Install using Nuget Package (https://www.nuget.org/packages/TechCipher.Plugins.Planetics/)

Issues

Make sure youe web.config have following entries

assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"
bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"

assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35"
bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"

=======