开发者

<%@ Page Debug="True" ...... %>

Does setting this value have the same effect as setting the debug="true" in the web.config file? If not, what does it do?

Thanks for t开发者_C百科he help.


Yes, and it overrides a Debug=false setting from the config file. But it is only valid for the 1 page it is in.


Yes, but it only turns on debugging for a specific page (ie. the compiler generates debugging symbols for just that page's class), not the entire site. However, not having site level debugging on will probably stop you running the Visual Studio debugger, so take that into consideration.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜