简体   繁体   中英

Default value for debug mode in Web.config

I have web.config as below

 <compilation targetFramework="4.5" />

Is this equal to debug = true or debug = false.

Thanks in advance.

它等于发行版本(debug = false)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM