A couple of days ago I accidentally removed broken links in the Core database of a new Sitecore instance using the Remove Broken Links tool at http://{your-sitecore-url}/sitecore/admin/RemoveBrokenLinks.aspx. The next time I logged into Sitecore, I got the following exception: After some digging around I found that the Remove Broken Links tool erroneously deleted the Model property of the ExperienceAnalyticsLineChart […]
Posts Tagged ‘.net’
GeoIP – Getting Started
GeoIP is quickly becoming a necessity for the analytics functionality of Sitecore. With GeoIP we can personalize content based on the user’s location to present the most relative information and provide a more engaging user experience. Starting with Sitecore 8.1, the necessary config files and dlls are included in the base install. Prior to 8.1, […]
Terms Agreement checkbox for Sitecore 8 WFFM
Recently I was working on a contact form using Sitecore’s Web Forms for Marketers (WFFM) module and came across an instance that didn’t quite work out-of-the-box as I would expect. Some background on the Sitecore instance before I get into the rest of the details. Sitecore version is 8 update 4 (rev. 150621) and the […]
Azure ARM Template: Define Web App Application Settings
The previous article in this series covered how to define database Connection Strings for an App Service Web App within an ARM Template. This article will continue to build on the foundation of deploying a Web App using an ARM Template by exploring how to define Application Settings (aka appSettings) for an App Service Web […]
An unhandled Microsoft .Net Framework exception occurred in w3wp.exe
“Unhandled exception” is not something that makes people happy. If this exception suddenly appears and crashes your beautiful Sitecore site, first you probably feel surprise, then fear and finally panic. If you are reading this article, I assume you are done with the first part and now want to know how to fix it.
Azure ARM Template: Define Web App Connection Strings
Previous articles covered what Azure Resource Manager is, along with how to setup an Azure Resource Group project within Visual Studio 2015 to deploy an ASP.NET Web Application to Azure as an App Service Web App. Being able to deploy an application to Azure is just the first step. In order to really use ARM […]
Deploy Azure Web App using ARM Template from Visual Studio 2015
Azure Resource Manager (ARM) is the new set of APIs for deploying and managing Microsoft Azure services. A previous article in this series defines what Azure Resource Manager (ARM) means for Developers, IT Pros and DevOps. This article will dive into the details of using Azure Resource Manager, ARM Templates, Visual Studio 2015, and the Azure SDK to […]
5 Ways Sitecore Experience Platform Can Improve a Patient Journey
How healthcare can use the leading customer experience platform to deliver the ideal patient experience. If you are in the healthcare business – data, and how it is utilized, is likely something you face weekly. For that matter, you may have even read some of our own Healthcare Industry Trends. Healthcare is rich with patient data, […]
Introduction to ASP.NET Core 1.0
Also known as, ASP.NET 5, this introduction will cover some basic topics on the new framework. Microsoft hosted a free all-day training session this week at the MTC and I was able to attend. It was my first in-depth look at all the new features and I was quite surprised by some. The last version […]
How InsiteCommerce 4.1 is Changing the Online Shopping Landscape
What is InsiteCommerce? eCommerce is the fastest-growing online business sector nowadays. You have millions of shopping portals where you can get almost every type of product of any brand you like. eCommerce makes our lives easy as it allows you to purchase the product of your choice from your place instead of visiting different stores […]
Diagnosing Sitecore Performance Problems
Website performance is incredibly important for most companies. This is especially true in situations where a website might be accessed by a huge number of customers within a short period of time (think Black Friday or a utility company with a widespread outage). While performance can mean different things to different people (time to first […]
IoT Development with Windows 10 and Raspberry Pi: Working offline
This is my sixth blog post covering Windows 10 IoT Core. Previous posts: Part 1: https://blogs.perficient.com/microsoft/2016/01/windows-10-iot-editions-explained/ Part 2: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-what-you-need/ Part 3: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-setting-up/ Part 4: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-hello-world/ Part 5: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-public-display/ In previous blog post we development a Raspberry Pi 2 application which could be used to present a slideshow on a big public display (outdoor or indoor). […]