Forum Moderators: open
what is a Parser Error, why does this error-type suddenly occur and what does it say about my site? Are there any wider implications? FYI, I have a CMS but the site is maintained in India.
The error message reads...
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The base class includes the field 'Title', but its type (System.Web.UI.WebControls.Literal) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl).
Source Error:
Line 8: <HEAD>
Line 9: <link rel="shortcut icon" href="favicon.ico">
Line 10: <title runat="server" id="Title"></title>
Line 11: <!--<title>HOME</title> -->
Line 12: <meta name="verify-v1" content='<%=ConfigurationSettings.AppSettings("MetaContent")%>'>
Source File: D:\inetpub\wwwroot\my-site.co.uk\index.aspx Line: 10
Cheers for your assistance and Happy New Year!
B.