Search this blog
Archive
- May 2013 (1)
- April 2013 (1)
- February 2013 (2)
- January 2013 (1)
- September 2012 (1)
- August 2012 (2)
- July 2012 (2)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- March 2012 (3)
- February 2012 (7)
- January 2012 (4)
- October 2011 (2)
- September 2011 (8)
- August 2011 (3)
-
Recent posts
- Unsupported languages: Arabic, Tigrinya or Chinese characters in SiteSeeker search result using EPiServer
- Deploying an EPiServer website in a load balanced environment using master slave licenses without downtime for visitors
- Duplicate IIS 7.5 request filtering rules causes useless standard IIS 500 error page
- Short notes on mass updating the EPiServer AccessControlList from codebehind or directly in the database
- Simple adapter for showing hidden EPiServer properties in edit mode for administrators
Recent comments
- Fredrik Haglund on Unsupported languages: Arabic, Tigrinya or Chinese characters in SiteSeeker search result using EPiServer
- Dean Brown on Finding all controls of a specific type on a page
- Kenneth Nilsson on 404 error page when accessing Root Folder or Recycle Bin in EPiServer Edit mode
- Mathias Kunto on How to get URL to FuBuMVC input model endpoint in a view
- Mathias Kunto on How to get URL to FuBuMVC input model endpoint in a view
Category Archives: EPiServer CMS 6 R2
Supplying EPiServer scheduled jobs with parameters through Admin Mode
I have always missed a way of supplying arbitrary input parameters to EPiServer scheduled jobs through the Admin Mode scheduled job interface. As Stefan Forsberg laughingly pointed out to me when I told him about my POC for this functionality … Continue reading
Posted in ASP.Net, EPiServer, EPiServer CMS 6 R2, Scheduled jobs
Tagged automation, C#, Control Adapter, EPiServer, Scheduled job
Leave a comment
GeoIP database update in multiple webserver environment using Windows PowerShell scripting
The MaxMind GeoIP database (shipped with EPiServer Framework) is rather useful when wanting to show geographically specific information to visitors as they surf around the site. Since mapping the correct requests to the proper regions may be rather important generating … Continue reading
Posted in Automation, EPiServer, EPiServer CMS 6 R2, Powershell script
Tagged automation, EPiServer, GeoIP, MaxMind, Powershell, script
2 Comments
Programmatically created pages getting wrong master language in migrated EPiServer environment
I ran in to a problem with my migrated EPiServer 4 website when creating new pages programmatically. The old site was using English as the master language, but my new one would be all in Swedish. I had used the … Continue reading
Posted in EPiServer, EPiServer 4, EPiServer CMS 6 R2, Language
Tagged C#, EPiServer, Globalization, Legacy, Master Language, Migration
Leave a comment
Changing default values on built-in EPiServer properties
A client was using CurrentPage.Changed.ToShortDateString() for displaying a Last updated date in the inner footer of their pages. They often, however, forgot to select the Mark page as changed-checkbox on the Settings tab, and asked me if it was possible … Continue reading
Posted in EPiServer, EPiServer CMS 6 R2
Tagged C#, EPiServer, Event Handlers, EventArgs, Global.asax
2 Comments
Must select Show data for all pages checkbox in Edit mode to find submitted EPiServer XForms Form Data
I noticed a problem with a customer’s XForm earlier; no matter how many times I posted data, I was not able to find it through the Edit mode Form Data-tab. It was not until I marked the checkbox Show data … Continue reading
Posted in EPiServer, EPiServer CMS 5, EPiServer CMS 6 R2
Tagged C#, EPiServer, EPiServer database, tblXFormData, XForms
1 Comment
Allowing web administrators to dynamically update EPiServer language files
When working with EPiServer sites, a not all that uncommon type of support case is the need to change text on a page which is not editable through the Edit mode. Quite often, this text is located in language files … Continue reading
Posted in EPiServer, EPiServer CMS 6 R2, Language, Plugins
Tagged C#, Dynamic Data Store, EPiServer, language files, plugin, XML
10 Comments