
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Category Archives: Sitecore 6
Sitecore 6.6: CSRF form field is missing
In the latest version of Sitecore 6.6 (release 13.04.04) I sometimes get this error: Exception: Sitecore.Security.AntiCsrf.Exceptions.PotentialCsrfException Message: CSRF form field is missing. Source: Sitecore.Security.AntiCsrf at Sitecore.Security.AntiCsrf.SitecoreAntiCsrfModule.RaiseError(Exception ex, HttpContext context) at Sitecore.Security.AntiCsrf.SitecoreAntiCsrfModule.PreRequestHandlerExecute(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& … Continue reading
Sitecore allow email adress as user name
If you try to create a new user in Sitecore with an email address as account name you will be met with a validation error: “user name is not valid in the selected domain.” But do not worry, it’s not … Continue reading
Posted in c#, Sitecore 6, Sitecore 7
Tagged Account, AccountNameValidation, Email, Sitecore, User
2 Comments
Sitecore 7 is coming: My wish list for Sitecore 7.01
The next big release of Sitecore 7 is on it’s way. This time Sitecore have listened to many MVP’s and have adressed some technical issues. Most of this release revolves around scalability and indexing. The Lucene index have been updated to allow … Continue reading
The URL-encoded form data is not valid error in Sitecore Page Editor
In ASP.NET 3.5 you may encounter one of the following error messages: “Operation is not valid due to the current state of the object” or: “The URL-encoded form data is not valid” WHY? Microsoft released a Security update at dec 29 … Continue reading
Posted in General .NET, Sitecore 6
Tagged aspnet:MaxHttpCollectionKeys, Sitecore, web.config
Leave a comment
Sitecore 404 without 302
It’s a well known issue that when Sitecore displays a 404 page, it’s done by doing a 302 redirect to the 404 page, hence the 302 status code is thrown before the 404. The behavior is partially because of the … Continue reading
Posted in General .NET, Sitecore 6, c#
Tagged 302, 404, httpRequestBegin, Pipeline, Sitecore, TrySkipIisCustomErrors
4 Comments
Create components for Sitecore Page Editor
This quick tutorial will guide you trough your first Sitecore Page Editable Component. The Sitecore Page Editor is build around the concept of components. A component is a reusable piece of data that is parred with a sublayout and placed … Continue reading
Sitecore Save Dialog appears for unchanged content
Have you ever experienced that Sitecore keeps popping the “Do you want to save the changes to the item?” dialog box, even when you have made no changes to the item? And the box keeps appearing, even when you have … Continue reading
Posted in c#, Sitecore 6
Tagged Carriage Return, Memo, MultiLine Field, New Line, Save, Sitecore
4 Comments
Sitecore Users and C#
The Sitecore security framework is based on the .NET security. Managing Authentication, Authorization, User Accounts and Roles can be done using the standard System.Web.Security namespace. But Sitecore also provides its own Security framework that you can use for easy manipulation … Continue reading
Posted in c#, Sitecore 6
Tagged Authentication, Custom Property, Roles, security, security framework, Sitecore, Sitecore.Security, System.Web.Security
4 Comments