Take the community feedback survey now.
Take the community feedback survey now.
This post shows how to login to an EPiServer site programmatically, for example to execute a scheduled job as a specific user.
This post explains how to get the simple address of a page, if any. As it turns out, it's just a matter of getting the PageExternalURL property.
This post explains how to create a scheduled job in EPiServer CMS.
Post explaining how to implement a custom URL rewrite provider in EPiServer by inheriting the FriendlyUrlRewriteProvider class and customizing its behavior.
Introduction I'm a firm believer in avoiding querystring parameters in URLs, especially for public web sites. Security, SEO and esthetics are a few reasons why. Custom URL rewriting can help you avoid those ugly ampersands and question marks,...