After struggling with the error message that I inquired about below as well
as some of those from other posts, I have discovered an error in the code of
the home.aspx file. The problem is with the lines of code at the end of the
file as shown below:
<%
//Call the method that will print a list of
links to the respective entities
this.PrintListOfEntities();
%></asp:Content>
When opening the file with the Expressions application and placing your
cursor on it, the message “In content pages, content is not allowed outside
<script> or <asp:content> regions.
If you remove the offending characters, the file opens in a browser OK, but
does not call up the links. My knowledge of this code is limited enough that
I haven't figured out how to fix it. I would appreciate any help.