如何解决The type 'ASP.global_asax' exists in both ASP.global_asax同时存在问题
Posted 小小邪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何解决The type 'ASP.global_asax' exists in both ASP.global_asax同时存在问题相关的知识,希望对你有一定的参考价值。
1、问题描述:在发布网址到IIS站点,访问时出现这个"The type \'ASP.global_asax\' exists in both ASP.global_asax同时存在" 问题
2、问题原因:发布时【预编译勾选/不勾选】产生的文件冲突导致的
3、问题分析:不勾选预编译和勾选预编译具体差别
1)不勾选预编译,发布效果
2)勾选预编译,发布效果
4、问题解决:检查发布时勾选的模式,把对应模式生成的文件删除掉就可以了。
PS:错误就在于此,如果非预编译Global.asax会在根目录,如果预编译Flobal.asax会生成dll在bin目录并且在根目录生成PrecompiledApp.config文件,检查一下错误就解决了。
参考网址:https://www.cnblogs.com/taiyonghai/p/9052409.html
以上是关于如何解决The type 'ASP.global_asax' exists in both ASP.global_asax同时存在问题的主要内容,如果未能解决你的问题,请参考以下文章
The type name 'IComponentConnector' could not be found in the namespace 'System.Windows.
pom文件出现Element 'xxxxxxx' cannot have character [children],because the type's content typ
关于Access restriction: The type 'Application' is not API (restriction on required library)(示例
[WPF]The type name ‘App’ does not exist in the type '...'的问题
No context type was found in the assembly 'xxx.xxxx'. CodeFirst Ef错误
错误记录Flutter 编译报错 ( The parameter ‘‘ can‘t have a value of ‘null‘ because of its type, but the im )(代