@H_502_1@如果我不在编译元素中包括debug属性,如下所示:
<system.web> <compilation /> </system.web>
它默认为true或false?将赞赏链接到来源。
解决方法
编译中debug属性的默认值为false
MSDN – compilation Element (ASP.NET Settings Schema)
debug
Optional Boolean attribute. Specifies whether to compile debug binaries rather than retail binaries. The default is False.