Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在对我的网站进行 Web 部署,并且我将合并程序集属性设置为 true。
出于某种原因,我收到以下错误。
aspnet_merge : error occurred:
合并程序集时出错:'Global.asax'此处不允许使用相对虚拟路径。
'Global.asax'
它似乎与 . 有关Global.asax,但我不确定它为什么会被截断。我的代码在本地编译得很好,但它只是混乱的合并。
Global.asax
有任何想法吗?
作为在黑暗中的镜头:
是斜线的问题吗?我隐约记得 MSBuild 强制要求在其某些属性上加上斜杠。