Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Nov 07, 2007

    UrlBuilder ub = new UrlBuilder(UriSupport.Combine(SiteUrl, pageData.StaticLinkURL + "&epslanguage=" + language)); EPiServer.Global.UrlRewriteProvider.ConvertToExternal(ub, pageData.PageLink, System.Text.UTF8Encoding.UTF8); String url =...

  • Syndicated blog - Posted on: Nov 07, 2007

    EPiServer CMS is released. Now it is time to convert some projects. Here is list of things that I need to convert: EPiServer.Global.EPDataFactory is replaced by DataFactory.Instance EPiServer.Global.EPConfig is moved to EPiServer.Configuration.Set...

  • Syndicated blog - Posted on: Nov 03, 2007

    In addition to the build-in properties on EPiServer pages there are some additional user defined properties that have a special function from EPiServers point of view. As a beginner to EPiServer it is easy to miss this so after teaching new...

  • Syndicated blog - Posted on: Oct 23, 2007

    Import/Export EPiServer CMS (5.1.422) has some issues with Export and Import I had to work around. If you notice that your XForms does not import as they should the only way to recover those pages is to go into the database and clear the guid in t...

  • Syndicated blog - Posted on: Oct 21, 2007
  • Syndicated blog - Posted on: Sep 28, 2007

    I noticed that there is a problem with using ASP.NET membership providers in EPiServer CMS (5.1.422). When going to edit mode you get the following exception: [EPiServerException: Can't find provider capability information for provider [XYZ].]...

  • Syndicated blog - Posted on: Sep 27, 2007

    I have tried to figure out why a customer get a strange error message on their ASP.NET web site that stops the whole site from working until you restart the whole IIS. The exception “The WebResource.axd handler must be registered in the...

  • Syndicated blog - Posted on: Jul 10, 2007

    This is how to retrieve the address to the startpage including the currently active language branch (e.g. “/sv/” or “/en/”): This code looks simple but it actually took me an hour or so to get it right (I haven’t worked with globalization before) ...