The mysterious problem with WebResource.axd
UPDATE: Solution to WebResource.axd exception 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...
View ArticleGeneration of designer file failed
The error message “Generation of designer file failed: Unknown server tag ‘EPiServer:Property'” in Visual Studio can really drive me mad. Today it happened again. I noticed that I could not recompile...
View ArticleProfile Data in EPiServer
To store settings for the current user, use the built-in Profile support in ASP.NET. EPiServer is using this for its own need to store information on a per user basis. (The built-in values EPiServer...
View ArticleProtecting you e-mail address with reCaptcha
It is well know that once an e-mail address have been published on a home page it will not take a long time before it is flooded with spam. The usual sollution to this is to to either use a feedback...
View ArticleWeb.config, version control and nice formatting
EPiServer has a site tag with a lot of attributes. When you change the web.config from EPiServer Manager or by calling Save on the Configuration class yourself all attributes will be on one looong line...
View ArticleGet control over your assembly dependencies
Suddenly everything stops working you do not have clue what’s gone wrong. You just get annoying exceptions thrown in your face explaining that it could not find a specific version of a DLL or that the...
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 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 Article