This is the new error:-
Compiler Error Message: BC30456: 'Title' is not a member of 'ASP.management_default_aspx'.
Source Error:
Line 1: <%@ Page Language="
VB" MasterPageFile="~/AdminMaster.master" AutoEventWireup="false" CodeFile="Default.aspx.
vb" Inherits="_Default" title="CMS Management Home Page" %>
Line 2: <asp:Content ID="Content1" ContentPlaceHolderID="MainContentPlaceholder" Runat="Server">
Line 3: <h1>Welcome to the Wrox CMS</h1>
I tried to remove theme to proceed further and i got the above error.
This is my current web config after removing themes.
I am just showing you that part only.
<pages>
<namespaces>
<clear />
<add namespace="System" />
<add namespace="System.Collections" />
<add namespace="System.Collections.Specialized" />
<add namespace="System.Configuration" />
<add namespace="System.Text" />
<add namespace="System.Text.RegularExpressions" />
<add namespace="System.Web" />
<add namespace="System.Web.Caching" />
<add namespace="System.Web.SessionState" />
<add namespace="System.Web.Security" />
<add namespace="System.Web.Profile" />
<add namespace="System.Web.UI" />
<add namespace="System.Web.UI.WebControls" />
<add namespace="System.Web.UI.WebControls.WebParts" />
<add namespace="System.Web.UI.HtmlControls" />
</namespaces>
</pages>
I think something is wrong somewhere.