开发者

Batch debug attribute in web.config

开发者 https://www.devze.com 2022-12-23 11:33 出处:网络
开发者_如何学编程Can anyone tell me what exactly the batch debug option in web.config (attribute) does? I can tell it debugs in batches ( >1) but I cannot find anymore background info on this setting.
开发者_如何学编程

Can anyone tell me what exactly the batch debug option in web.config (attribute) does? I can tell it debugs in batches ( >1) but I cannot find anymore background info on this setting.

Thanks


from http://msdn.microsoft.com/en-us/library/s10awwz0.aspx

Optional Boolean attribute.

Indicates whether batching is supported.

If True, eliminates the delay caused by the compilation required when you access a file for the first time. When this attribute is set to True, ASP.NET precompiles all the uncompiled files in a batch mode, which causes an even longer delay the first time the files are compiled. However, after this initial delay, the compilation delay is eliminated on subsequent access of the file.

The default is True.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号