World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Many have been looking forward to the built-in support for Federated Security in EPiServer which is currently Beta released. In a recent case there was no time to wait and I came up with a workaround that could be used in older EPi versions as wel...
Got tasked with determining and showing start page language based on visitor's IP on a EPiServer 7.13 site. The site has https://www.siteurl.com/ as the primary host name. The site has bindings for many names and IIS Redirecting/Rewriting for the...
A quick post on how to write a valid sitemap.xml file to disk. I used this approach in a scheduled job for EPiServer. There are some dynamic options available to serve a XML sitemap on-the-fly but I preferred having a static file. I only needed pr...
Saw this post on EPiServer World about routing and friendly URLs and in that case external data. I had done something similiar so I simplified and extracted into an Alloy project. Joel's post about routing was a great starting point for me. Some...
A client needed the editors to be able to select one category from a SELECT box. I knew there were some built-in controls to make things like this easy in EPiServer 7. Looking around these two posts helped me to find what I think is the best way:...