我是在.net 2.0 下写了代码(webform与代码分离的),在.net 2.0 framework 的服务器上运行没问题,但如果在.net 1.1下就有以下问题,请问如果我需要在.net 1.1下运行,需要什么改进。Server Error in '/Home' 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: Could not load type 'Default3'.Source Error: 
Line 1:  <%@ Page Language="VB" Debug="true" AutoEventWireup="false" Codefile="Default3.aspx.vb"  Inherits="Default3" %>
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: D:\inetpub\wwwroot\home\training\aspx\import\pendingtray\default3.aspx    Line: 1 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407