Go to content

Go to employees

Go to search

EPiServer

 

Adding Cross Site Scripting protection in EPiServer CMS with .NET 4.0

The built-in Request Validation feature in .NET 4.0 can help protect your EPiServer sites from Cross Site Scripting (XSS) attacks.


Making sure your pages always are on HTTPS

In a recent project I’ve been working on, we needed to make sure certain pages were always on HTTPS. There are of course several ways of doing this, and our solution was to use HttpModule combined with class attributes and PageTypeBuilder.


New category layout

In a project I'm working in we're using EPiServer categories, or more correctly: lots of categories! And like all others who have work with many categories with sub-categories, sub-sub-categories etc., I thought that there must be a better way to...


Adding markers to GoogleMaps based on country code

How to add map markers with Google API's geocoder.getLocations(countryCode, addToMap)


EasySearch and EPiServer: Scoped search and Globalization issues

In one of our projects we included EasySearch into our globalized enterprise solutions which introduced us to a few issues. The two main ones were: scoped search and search with fallback languages.


Extended PageTree

If you want to extend EPiServer's PageTree to only/not include spesific pagetypes you can do this by creating your own pagetree control and make it inherite from EPiServer's PageTree class.