letsdositecore.com
Active Directory Module Authentication Bug – Let's do Sitecore
http://www.letsdositecore.com/active-directory-module-authentication-bug
Let's do Sitecore. Helpful tips and techniques to make Sitecore development easier. Active Directory Module Authentication Bug. May 19, 2014. After following the steps outlined in my previous post, Active Directory Module Localhost Setup. Sitecore CMS 7.2. 72 rev. 140314. 11 rev. 130705. We were able to reproduce a similar issue and have registered an appropriate bug report. Also it should work fine for a front-end implementation. Meanwhile as a workaround could you please try the following patch:. Page ...
letsdositecore.com
Enabling HTML tags in Single-line Text Fields – Let's do Sitecore
http://www.letsdositecore.com/enabling-html-tags-in-single-line-text-fields
Let's do Sitecore. Helpful tips and techniques to make Sitecore development easier. Enabling HTML tags in Single-line Text Fields. Apr 25, 2014. Class located in Sitecore.Kernel. To encode HTML tags in a SLT field. Here’s the decompiled version of this class in the latest version of Sitecore 7.2:. Sitecore.Diagnostics; using. System.Web; namespace. Sitecore.Pipelines.RenderField { / /. The get text field value. GetTextFieldValue { / /. Gets the field value. FieldTypeKey = args.FieldTypeKey; if. Configura...
letsdositecore.com
Active Directory Module Localhost Setup – Let's do Sitecore
http://www.letsdositecore.com/active-directory-module-localhost-setup
Let's do Sitecore. Helpful tips and techniques to make Sitecore development easier. Active Directory Module Localhost Setup. May 19, 2014. When working with the Active Directory. Module on a localhost machine or with a site that does not have public DNS setup, you need to follow the steps described here, http:/ support.microsoft.com/kb/896861. To get passed the Windows Authentication. Error The solution under Method 1. Method 1: Specify host names (Preferred method if NTLM authentication is desired).
letsdositecore.com
Mac Safari not displaying Media items with ASHX extension – Let's do Sitecore
http://www.letsdositecore.com/mac-safari-not-displaying-media-items-with-ashx-extension
Let's do Sitecore. Helpful tips and techniques to make Sitecore development easier. Mac Safari not displaying Media items with ASHX extension. Feb 04, 2014. I ran into this for the first time today. All of my images from the Media Library were rendering fine in every browser except Safari on the Mac. The URL for the images was being rendered using the default ASHX extension. To fix this, I went to my web.config and removed the value in the Media.RequestExtension. February 5, 2014. February 5, 2014. Brian...
letsdositecore.com
Sitecore.MvcAnalytics.config | Enabling Personalization of MVC Components – Let's do Sitecore
http://www.letsdositecore.com/sitecore-mvcanalytics-config-enabling-personalization-of-mvc-components
Let's do Sitecore. Helpful tips and techniques to make Sitecore development easier. Sitecore.MvcAnalytics.config Enabling Personalization of MVC Components. Aug 15, 2014. If you are building a Sitecore MVC site and you intend on using Sitecore’s Rules Engine to personalize the Datasource for your MVC components, make sure you enable the Sitecore.MvcAnalytics.config. Leave a Reply Cancel reply. Alex Shyba Sitecore Blog. Brian Pedersen's Sitecore and .NET Blog. Development and Sitecore by Alen Pelin.