仅在服务器上发生ASP.NET解析器错误

仅在服务器上发生ASP.NET解析器错误,asp.net,iis,Asp.net,Iis,我得到了常见的YSOD解析器错误,如下所示: Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this reque

我得到了常见的YSOD解析器错误,如下所示:

 Server Error in '/' 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 '_3rd_party_data_reporting_tool.edtk'.

 Source Error: 

 Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="edtk.aspx.vb" Inherits="_3rd_party_data_reporting_tool.edtk" %>
 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: /gpo/edtk.aspx    Line: 1

 --------------------------------------------------------------------------------
 Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
“/”应用程序中出现服务器错误。 -------------------------------------------------------------------------------- 分析器错误 描述:解析服务此请求所需的资源时出错。请查看以下特定的解析错误详细信息,并适当修改源文件。 分析器错误消息:无法加载类型“\u第三方\u数据\u报告工具.edtk”。 源错误: 第1行: 第2行: 第3行: 源文件:/gpo/edtk.aspx行:1 -------------------------------------------------------------------------------- 版本信息:Microsoft.NET Framework版本:2.0.50727.3082;ASP.NET版本:2.0.50727.3082
问题是,只有在将错误发布到目标Web服务器之后,我才会得到它。它在localhost中运行良好,如果我将其发布到我的计算机上的IIS并从那里运行,则运行良好。有什么问题吗?

服务器上的ASP.NET设置是否正确?服务器上似乎没有安装
“第三方数据报告工具.edtk”
运行时。