标签:
<%@ Application Codebehind="Global.asax.cs" Inherits="test.MvcApplication" Language="C#" %>报错,出现这个的原因主要有以下
1.web的生成输出路径是bin
2.应用程序池版本和程序一致
3.Global.asax.cs命名空间需要和项目的命名空间一样
分析器错误 MvcApplication 找不到
原文地址:http://www.cnblogs.com/huanglin101/p/5948211.html