EPiServer Error Handling (broken in R2 & IIS7)

As you might have noticed EPiServer has its own Error Handling that has the following features. It shows a localized error message. It can hide the Exception details and stack trace – if you do not have the permission needed…

Search in EPiServer can generate invalid html

I found two defects in the public templates for searching that makes it possible that the search result contains invalid html. Since a lot of people copied this code to their own sites I think is worth mentioning. EPiServer.Core.Html.TextIndexer.StripHtml() This…