Friday 23 January 2015

Using Menu.IncludeStyleBlock requires Page.Header to be non-null

No comments    
categories: , ,
Using Menu.IncludeStyleBlock requires Page.Header to be non-null (e.g. <head runat="server" />).

Add to - Web.Config File

<?xml version="1.0"?>

<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->

<configuration>

    <system.web>
      <compilation debug="false" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />

      

      <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>



    </system.web>



</configuration>







0 comments:

Post a Comment