World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
After having 1) referenced System. Web. Extensions and 2) added all the necessary entries to web. config, we still got full postbacks when submitting through an UpdatePanel in an EPiServer 4.62 website. The solution As it turns out, the culprit...
This post explains how to get the friendly URL of a page in EPiServer, handy for those cases where you won't get automatic rewriting of internal URLs.
... or read this once you've ignored that piece of advice Eager to update to EPiServer CMS SP1 I got a bit careless. I finished my development locally, published and tested it on our staging server and then finally published it to the live server....
There comes a time when you need to prohibit URL rewriting for specific URLs within your EPiServer CMS website. For example, I've implemented an ashx handler that is used to deliver vCard files on our company's web site. If I would insert a...
I ran into some interesting anomalies involving "Access denied" when trying to fetch published pages using the GetChildren() method. I tried to determine whether or not a page was published by checking the Status property and making sure it was...