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.
如何在 VB.NET 中为网站定义跟踪常量以启用跟踪输出?我知道它在哪里用于 Web 应用程序,但我无法在网站上找到它。
网站是网络应用程序。您可以在 web.config 中启用它:
<system.web> <trace enabled="true" pageOutput="true"/> </system.web>