Thursday, December 08, 2005

Moving from Sitecore V4 to V5


The register directive should be changed to the following: <%@ register TagPrefix="sc" Namespace="Sitecore.Web.UI.WebControls" Assembly="Sitecore.Kernel" %>. And all pages should be inherited from the System.Web.UI.Page class, rather than from the Sitecore.BasePage class.

0 comments: