Användarförening för EPiServer utvecklare?
EPiServer växer så det knakar och vi som utvecklar med produkten blir fler och fler. Jag tror tiden är mogen att dra igång ett fristående nätverk för EPiServer utvecklare! Oavsett om man jobbar på ett...
View Article12 Maj: EPiServer-utvecklare i Stockholm träffas
Jag och René Voigt vill hälsa alla intresserade välkomna till vårt första möte för EPiServerutvecklare i Stockholm. Vi har många intressanta saker att dela med oss med kring webbutveckling och...
View ArticleSending an Email with an Edit Page-link
Back from 2 healthy weeks of vacation on Iceland. Time to start blogging again! This time I want to share a simple but useful snippet of code that sends an email to an EPiServer editor with a link that...
View ArticleAre you safe? Dangers of XSS…
If you allow the visitors of your site to contribute, for example with a simple comment this textbox, you take the risk that a malicious user inject evil code in a comment. This evil code is then...
View ArticleMove built-in property to another tab when editing
One of our customers required that we limited access to the Advanced Information tab in edit mode for normal editors. A reasonable requirement but how do you enable normal editors to adjust the sort...
View ArticleRaise your quality with easy http-protocol analysis
Both Fiddler (shown below) and Firebug can monitor Network traffic from your browser to web servers. I use it as a debugging tool all the time and could not live without it. Discover broken links to...
View ArticleEPiServer LicenseException: x.x.x.x is not a valid ip-address
I got a support question on this Exception today. First thought is that the ip-address was misstyped or the wrong license.config file was used but ipconfig /all and the IPRestiriction tag in...
View ArticleEPiServer CMS: How to configure Remote Events with many servers and Firewalls...
The Event Management System in EPiServer CMS 5 is used to propagate information that a page has changed to other web servers connected to the same database. This is very important to setup if you have...
View ArticleI do not like the trend for EPiServer web.config!
Everyone is talking about CoC (Convention over Configuration) and DRY (Don’t Repeat Yourself) today. The idea is to reduce the amount of repetitive, needless configuration and just keep what’s...
View ArticleEPiServer with developers on both x32 and x64
Today’s tip is for all of you who want to share the same web.config among all developers in a project so you can check-in and handle changes in your Source Code Control Repository. EPiServer...
View ArticleDebugging “Exception has been thrown by the target of an invocation”
I got a question how to find what was wrong when you only got an error “Exception has been thrown by the target of an invocation. [The server committed a protocol violation The server response was: …]”...
View ArticleHow to get started developing with EPiServer CMS
I got a question in the mail today how to get started with EPiServer CMS as a developer. Here are my tips: Register at world.episerver.com with your work email address. Start by downloading and...
View ArticleTool to re-index all EPiServer pages
You get a warning when you try to delete a file or EPiServer page if it is referenced form another page. EPiServer uses EPiServer.DataAbstraction.SoftLink for this feature and all links to files, other...
View ArticleReset Trial Counter for Protexis Licensing V2
It is annoying when a trial expires before you had time testing the software. Sometimes it is just enough to reinstall to get a new trial period but usually they hide the information so it is...
View ArticleUsing jQuery to add thousands separator to textbox
UPDATED: Code improved after feedback from Henrik Tengelin. It is much easier to read large numbers with with thousands separator but how to get them to work with page validation in a good way? The...
View ArticleEPiServer – Security and Access Control (1/2)
EPiServer CMS is using the standard methods in ASP.NET to handle authentication and authorization. On top of this they have added a few providers to handle authentication and access control to...
View ArticleConfiguration Management and EPiServer CMS 6
This blog post is based on the experience of upgrading one EPiServer CMS 5 project and creating a new one from scratch based on a release candidate of EPiServer CMS 6 and things may change before the...
View ArticleTechDays: Dino Esposito’s ASP.NET 4.0 highlights
In short, ASP.NET 4.0, gives you more control. CSS friendly HTML from Server Controls by default. EnableViewState does not work as you expect in ASP.NET 2.0. With the new ViewStateMode property with...
View ArticleEPiServer CMS 6: SocketException with VPN
If you use new EPiServer CMS 6 and have a VPN tunnel open you may get an exception when starting your EPiServer site. SocketException (0x2747): An operation on a socket could not be performed because...
View ArticleHow to fix alphabetic sorting of pages in EPiServer
Update: Do not try to change collation order in the database! Use this approach instead to sort pages in the page tree in EPiServer CMS 5. I recently got the question how to fix the incorrect...
View Article