sitecore6 - Sitecore MaxMind options -


sitecore 6.6 (update 4).

maxmind has option sitecore-specific lookup service integrates dms. maxmind has more generic web services.

can 'generic' web services used in conjunction sitecore/dms or limited using sitecore-specific version? if there no limitation, reasons should have going sitecore-specific version since more expensive.

thanks!

sitecore dms uses maxmind web services default. there maxmindprovider class in sitecore dms extends lookupproviderbase class , gathers information visitors in way fits sitecore approach.

i assume maxmind services sitecore more expensive (i haven't checked it, you've written in question) cause prepared sitecore , don't need coding enable them - there out of box clean sitecore dms installation.

still can use own provider geoip data , implement in own way, e.g. using standard maxmind services.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -