Forum Moderators: open

Message Too Old, No Replies

Parser Error ?

what is it, why has it suddenly occured and any wider implications?

         

belenenses

10:35 am on Dec 31, 2009 (gmt 0)

10+ Year Member



Hi Guys,

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.

penders

3:27 pm on Jan 3, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This appears to be a server-side ASP.NET generated error message, not really an HTML issue...