Parser Error Message: Could not load type '_Default'.
Line 1 is the highlighted line in the error message:
....
Line 1: <%@ Page Language="
VB" AutoEventWireup="false" CodeFile="Default.aspx.
vb" Inherits="_Default" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: C:\Sites\Single10\bfboyce\webroot\default.aspx Line: 1
________________________________________
Version Information: Microsoft .NET Framework Version:1.1.4322.2502; ASP.NET Version:1.1.4322.2494
....
My site only includes three pages - default.aspx, and two other xxx.aspx pages that are hyperlinked to from default and a webconfig file.