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 '_Default'.Source Error: 
Line 1:  <%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %> 
Line 2:  <%@ Register TagPrefix="csdown" TagName="Top" Src="top.ascx"%>
Line 3:  <%@ Register TagPrefix="csdown" TagName="Foot" Src="foot.ascx"%>
 Source File: F:\cpd\Default.aspx    Line: 1 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 
问题: 项目是05做的,放到我们服务器上面就出现了这个错误,我也给文件所在的这个目录填加了aspnet和everyone任何权限,可是还是出现这个错误到底怎么会事,望大家指点

解决方案 »

  1.   

    05的项目,Version怎么用1.1的,两个页面编译模型不一样,继承 vs partial
      

  2.   

    你把整个解决方案Rebuild一下,然后再试试看。
      

  3.   

    如果程序执行正常,因该是在IIS中没设置虚拟路径。
      

  4.   

    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 是不是你的服务器安装的.NET Framework 1.1,不是2.0?
      

  5.   

    05开发的网站要在装了.NET Framework 2.0 的服务器上才能运行
      

  6.   

    IIS里面设置一下你的website用的framework的版本