我正在制作我的第一个asp.net项目并运行我认为是配置选项。请注意,StackOverflow上有类似的线程,但我已经完成了这些答案,但没有成功。
该项目在我的开发环境中运行良好,但在生产服务器上无法正常工作。我已经重新启动了IIS,我目前只在配置中使用此站点并且命名空间是正确的。
我的经验有限,我希望有人可以解释底层问题是什么:)
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 'PrintMan.MvcApplication'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="PrintMan.MvcApplication" Language="C#" %>
Source File: /global.asax Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274