📄 webadminhelp_application.aspx.resx
字号:
<data name="ConfiguringDebuggingandTracing05" type="System.String">
<value>Select this option to enable debugging for all pages in the Web site. </value>
</data>
<data name="ConfiguringDebuggingandTracing06" type="System.String">
<value>Capture tracing information</value>
</data>
<data name="ConfiguringDebuggingandTracing07" type="System.String">
<value>Select this option to enable tracing for all pages in the Web site. If this check box is selected, the remaining options on the page are enabled.</value>
</data>
<data name="ConfiguringDebuggingandTracing08" type="System.String">
<value>If you have set the option to capture tracing information, you can make the following choices: </value>
</data>
<data name="ConfiguringDebuggingandTracing09" type="System.String">
<value>Display tracing information on individual pages</value>
</data>
<data name="ConfiguringDebuggingandTracing10" type="System.String">
<value>Select this option to append tracing information to the bottom of Web pages on your site. If you do not display tracing information about individual pages, the information is still captured. To view trace information, you can request the Trace.axd page for the Web site, which acts as a tracing information viewer.</value>
</data>
<data name="ConfiguringDebuggingandTracing11" type="System.String">
<value>Local requests only</value>
</data>
<data name="ConfiguringDebuggingandTracing12" type="System.String">
<value>Select this option to view trace information only for request from the host Web server (localhost).</value>
</data>
<data name="ConfiguringDebuggingandTracing13" type="System.String">
<value>All requests</value>
</data>
<data name="ConfiguringDebuggingandTracing14" type="System.String">
<value>Select this option to view trace information from any computer.</value>
</data>
<data name="ConfiguringDebuggingandTracing15" type="System.String">
<value>Under <span class=UI>Select the sort order for trace results</span>, specify how you want to display trace information, as follows:</value>
</data>
<data name="ConfiguringDebuggingandTracing16" type="System.String">
<value>By time</value>
</data>
<data name="ConfiguringDebuggingandTracing17" type="System.String">
<value>Select this option to display trace information in the order that it is captured.</value>
</data>
<data name="ConfiguringDebuggingandTracing18" type="System.String">
<value>By category</value>
</data>
<data name="ConfiguringDebuggingandTracing19" type="System.String">
<value>Select this option to display trace information alphabetically within user-defined categories.</value>
</data>
<data name="ConfiguringDebuggingandTracing20" type="System.String">
<value>Number of trace requests to cache</value>
</data>
<data name="ConfiguringDebuggingandTracing21" type="System.String">
<value>Enter the number of trace requests to store on the server. You can view cached information by using the trace viewer (http://server/application/trace.axd). The default is 10. If you do not select the <span class=UI>Most recent trace results</span> option, and the limit is reached, trace is automatically disabled.</value>
</data>
<data name="ConfiguringDebuggingandTracing22" type="System.String">
<value>Under <span class=UI>Select which trace results to cache</span>, specify how you want to display trace output, as follows:</value>
</data>
<data name="ConfiguringDebuggingandTracing23" type="System.String">
<value>Most recent trace results</value>
</data>
<data name="ConfiguringDebuggingandTracing24" type="System.String">
<value>Select this option to display the most recent trace output and to discard older trace data beyond the limits that are indicated by <span class=UI>Number of trace requests to cache</span>.</value>
</data>
<data name="ConfiguringDebuggingandTracing25" type="System.String">
<value>Oldest trace results</value>
</data>
<data name="ConfiguringDebuggingandTracing26" type="System.String">
<value>Select this option to display trace data for requests until <span class=UI>Number of trace requests to cache</span> is reached.</value>
</data>
<data name="ConfiguringDebuggingandTracing27" type="System.String">
<value>Note When you are finished troubleshooting the Web site, disable debugging and tracing to get maximum performance from your Web application.</value>
</data>
<data name="ConfiguringDebuggingandTracing28" type="System.String">
<value>Security Note When tracing is enabled for a page, trace information might appear on any browser that makes a request for the page from the server. Because tracing displays sensitive information, such as the values of server variables, it can represent a security threat. Make sure that you disable page tracing for the page before publishing the Web application to a production server. </value>
</data>
<data name="ConfiguringDebuggingandTracing29" type="System.String">
<value>To configure a custom error page for the Web site, click <span class=UI>Define default error page</span> and then specify the following:</value>
</data>
<data name="ConfiguringDebuggingandTracing30" type="System.String">
<value>Use the default error message</value>
</data>
<data name="ConfiguringDebuggingandTracing31" type="System.String">
<value>Select this option to use the default error page.</value>
</data>
<data name="ConfiguringDebuggingandTracing32" type="System.String">
<value>Specify a URL to use as the default error page</value>
</data>
<data name="ConfiguringDebuggingandTracing33" type="System.String">
<value>Select this option to use a custom error page, and then choose the page to use.</value>
</data>
<data name="BehindtheScenes01" type="System.String">
<value>Behind the Scenes</value>
</data>
<data name="BehindtheScenes02" type="System.String">
<value>The <span class=UI>Application</span> tab provides a simple Web interface for managing configuration settings that are stored in the Web.config file for your application. </value>
</data>
<data name="ApplicationSettings01" type="System.String">
<value>Application Settings</value>
</data>
<data name="ApplicationSettings02" type="System.String">
<value>The settings that are managed through the <span class=UI>Application Settings</span> feature of the <span class=UI>Application</span> tab exist in the &lt;appSettings&gt; section of the Web.config file for the Web application. This is a predefined configuration section provided by the .NET Framework. The highlighted lines in the following code are an example configuration file that is generated after you use the Web Site Administration Tool to create an application setting named <span class=code>ApplicationName</span>.</value>
</data>
<data name="TakingApplicationsOfflineandOnline01" type="System.String">
<value>Taking Applications Offline and Online</value>
</data>
<data name="TakingApplicationsOfflineandOnline02" type="System.String">
<value>The offline setting exists within the &lt;httpRuntime&gt; section of the Web.config file for the Web site. The highlighted lines in the following code are generated after you use the Web Site Administration Tool to take an application offline.</value>
</data>
<data name="TakingApplicationsOfflineandOnline03" type="System.String">
<value>As long as the <span class=LanguageKeyword>httpRuntime</span> setting is disabled, ASP.NET does not create an System.AppDomain object for your application upon receiving a request. In effect, the Web application cannot be started. </value>
</data>
<data name="SMTPSettings01" type="System.String">
<value>SMTP Settings</value>
</data>
<data name="SMTPSettings02" type="System.String">
<value>The settings that are managed through the <span class=UI>SMTP Settings</span> feature of the <span class=UI>Application</span> tab exist within the &lt;mailSettings&gt; section of the Web.config file for the Web site, which is a child of the &lt;system.net&gt; element (not of the &lt;system.web&gt; element). The highlighted lines in the following code are generated after you use the Web Site Administration Tool to specify SMTP settings.</value>
</data>
<data name="DebuggingandTracing01" type="System.String">
<value>Debugging and Tracing</value>
</data>
<data name="DebuggingandTracing02" type="System.String">
<value>The settings managed through the <span class=UI>Debugging and Tracing</span> feature of the <span class=UI>Application</span> tab exist within the &lt;trace&gt;, &lt;compilation&gt;, and &lt;customErrors&gt; sections of the Web.config file. The following code is an example configuration file that is generated after you use the Web Site Administration Tool to enable both tracing and debugging and to establish a default custom error page.</value>
</data>
<data name="DebuggingandTracing03" type="System.String">
<value>In this example, both debugging and trace are enabled, tracing is displayed on pages that are requested from the Web server only, trace results are sorted by category, and the 10 most recent trace results are cached for display. Additionally, the default error page is myErrorPage.aspx.</value>
</data>
<data name="MoreInformation01" type="System.String">
<value>More Information</value>
</data>
<data name="MoreInformation02" type="System.String">
<value>For more information, in the .NET Framework class reference and the ASP.NET Settings Schema, see the following:</value>
</data>
<data name="MoreInformation03" type="System.String">
<value>System.Configuration.ConfigurationSettings</value>
</data>
<data name="MoreInformation04" type="System.String">
<value>compilation Element (ASP.NET Settings Schema)</value>
</data>
<data name="MoreInformation05" type="System.String">
<value>customErrors Element (ASP.NET Settings Schema)</value>
</data>
<data name="MoreInformation06" type="System.String">
<value>trace Element (ASP.NET Settings Schema)</value>
</data>
<data name="SeeAlso01" type="System.String">
<value>See Also</value>
</data>
<data name="SeeAlso02" type="System.String">
<value>Web Site Administration Tool Overview</value>
</data>
<data name="SeeAlso03" type="System.String">
<value>Web Site Administration Tool Security Tab</value>
</data>
<data name="SeeAlso04" type="System.String">
<value>Web Site Administration Tool Provider Tab</value>
</data>
<data name="SeeAlso05" type="System.String">
<value>Web Site Administration Tool Internals</value>
</data>
</root>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -