I'm trying to upload my application to the web server and I'm getting a parser error as follows:
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: Could not load type 'Farm._Default'.
Source Error:
Line 1:
Line 2: <%@ Page Language="
vb" AutoEventWireup="false" Codebehind="Default.aspx.
vb"
Line 3: Inherits="Farm._Default"%>
Line 4: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Source File: /default.aspx Line: 2
I'm using asp.net 1.1 with
vb.net 2003. Any help would be appreciated.
Thank you.