"StartTag: invalid element name" in default.aspx

Posted by Epaga on Stack Overflow See other posts from Stack Overflow or by Epaga
Published on 2008-11-11T14:27:59Z Indexed on 2010/06/03 13:44 UTC
Read the original article Hit count: 1583

Filed under:
|
|

(Warning - asp newbie) I have an aspx file with the tag

    <%@ Page Language=VB  ... %>

right at the beginning of the file.

When calling this from my IIS server (http://localhost/myservice/default.aspx), this gives me the error

This page contains the following errors:

error on line 1 at column 2: StartTag: invalid element name
Below is a rendering of the page up to the first error.

What am I doing wrong?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about beginner