📄 webadminhelp_application.aspx.resx
字号:
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Title00" type="System.String">
<value>Web Site Administration Tool Application Tab</value>
</data>
<data name="WebSiteAdministrationToolApplicationTab01" type="System.String">
<value>Web Site Administration Tool Application Tab</value>
</data>
<data name="WebSiteAdministrationToolApplicationTab02" type="System.String">
<value>Use the <span class=UI>Application</span> tab of the Web Site Administration Tool (Web Site Administration Tool) to manage commonly used settings related to the Web application and site.</value>
</data>
<data name="Introduction01" type="System.String">
<value>Introduction</value>
</data>
<data name="Introduction02" type="System.String">
<value>Use the <span class=UI>Application</span> tab to manage the following:</value>
</data>
<data name="Introduction03" type="System.String">
<value>Application settings name/value pairs. </value>
</data>
<data name="Introduction04" type="System.String">
<value>Application settings are name/value pairs that represent configurable values text in the Web application. Use application settings to store custom application configuration information, such as file paths, XML Web service URLs, commonly used text, or any information that you want to maintain in a central location and be able to change easily.</value>
</data>
<data name="Introduction05" type="System.String">
<value>Important Application settings are stored in the configuration file as plain text. Therefore, you must take appropriate security measures when you use application settings. Do not store sensitive information, such as user names, passwords, or database connection strings in application settings.</value>
</data>
<data name="Introduction06" type="System.String">
<value>Simple Mail Transfer Protocol (SMTP) settings.</value>
</data>
<data name="Introduction07" type="System.String">
<value>If the Web site requires the ability to send e-mail (for example, to send users a password), you must specify the SMTP server that your site uses.</value>
</data>
<data name="Introduction08" type="System.String">
<value>Application status.</value>
</data>
<data name="Introduction09" type="System.String">
<value>You can take your application offline (shut it down) to perform maintenance or to bring a new Microsoft SQL Server Express edition database online.</value>
</data>
<data name="Introduction10" type="System.String">
<value>Debugging and tracing.</value>
</data>
<data name="Introduction11" type="System.String">
<value>Debugging and tracing let you diagnose and fix problems with the Web application, and are primarily intended to be used during development. Enabling debugging causes the pages in the Web site to be compiled with information that the .NET Framework or the Microsoft Visual Studio debugger can use to step through your code. Enabling tracing causes pages to generate information about individual Web requests, the HTTP headers that are sent with the requests, the state of controls on the page, and other details about page processing. </value>
</data>
<data name="ConfiguringApplicationSettings01" type="System.String">
<value>Configuring Application Settings</value>
</data>
<data name="ConfiguringApplicationSettings02" type="System.String">
<value>When you create an application setting, you specify a name and value for the setting to be created. This lets you access the value of the setting in your application by using the <span class=LanguageKeyword>AppSettings</span> property of the <span class=LanguageKeyword>ConfigurationSettings</span> class. For example, if you define an application setting named AppName with a value that represents the name of your application, you might use it to set the heading of a page as shown in the following code example.</value>
</data>
<data name="ConfiguringApplicationSettings03" type="System.String">
<value>[Visual Basic]</value>
</data>
<data name="ConfiguringApplicationSettings04" type="System.String">
<value></value>
</data>
<data name="ConfiguringApplicationSettings05" type="System.String">
<value>[C#]</value>
</data>
<data name="TakingApplicationsOfflineandOnline01" type="System.String">
<value>Taking Applications Offline and Online</value>
</data>
<data name="TakingApplicationsOfflineandOnline02" type="System.String">
<value>If you want to do maintenance on the Web site, you can take it offline. This shuts the process down that is running the Web site so that the site no longer serves pages. You can then edit pages or other files without the possibility that a page will be requested while you are in the middle of your edits, potentially resulting in an error. Taking an application offline is also useful, if you are working with SQL Server Standard edition and want to swap or add an .mdf database file to the application. If the application is running, it cannot attach to new .mdf files.</value>
</data>
<data name="TakingApplicationsOfflineandOnline03" type="System.String">
<value>When you have finished editing files or adding or changing .mdf files, you can put the application back online.</value>
</data>
<data name="ConfiguringSMTPSettings01" type="System.String">
<value>Configuring SMTP Settings</value>
</data>
<data name="ConfiguringSMTPSettings02" type="System.String">
<value>Some features of the Web site require that your application be able to send e-mail. To send e-mail, the application must have access to a Simple Mail Transfer Protocol (SMTP) server, which forwards e-mail from your application to the e-mail recipient. </value>
</data>
<data name="ConfiguringSMTPSettings03" type="System.String">
<value>IIS) includes an SMTP virtual server, although it is not installed by default. If you want to be able to send e-mail from your own computer, you can install the SMTP server by using <span class=UI>Add or Remove Programs</span> in the Microsoft Windows Control Panel. The SMTP server is available as a Windows Component as part of IIS. After you install the IIS SMTP server, you can configure it using the Internet Information Services Management Console. For detailed information about how to install the IIS SMTP virtual server, see the Knowledge Base (KB) search page.</value>
</data>
<data name="ConfiguringSMTPSettings04" type="System.String">
<value>Note If you install an SMTP server on the computer, you must take security precautions to make sure that the SMTP server is not vulnerable to being used as a spam server. For more information about how to help secure the IIS SMTP virtual server, go to Microsoft.com and search for SMTP security.</value>
</data>
<data name="ConfiguringSMTPSettings05" type="System.String">
<value>If you do not want to install the IIS SMTP server, or if the application will run on a different computer, contact the network or Web server administrator for information about configuration settings for an SMTP server.</value>
</data>
<data name="ConfiguringSMTPSettings06" type="System.String">
<value>The following table describes the SMTP settings.</value>
</data>
<data name="ConfiguringSMTPSettings07" type="System.String">
<value>Setting
</value>
</data>
<data name="ConfiguringSMTPSettings08" type="System.String">
<value>Description
</value>
</data>
<data name="ConfiguringSMTPSettings09" type="System.String">
<value>
</value>
</data>
<data name="ConfiguringSMTPSettings10" type="System.String">
<value>Server Name
</value>
</data>
<data name="ConfiguringSMTPSettings11" type="System.String">
<value>The name of your SMTP server. The default is <span class=code>localhost</span>, which means that ASP.NET will use an SMTP server on the local computer. Typically, this is the default SMTP virtual server. Otherwise, the name of an SMTP server that is available on the network.
</value>
</data>
<data name="ConfiguringSMTPSettings12" type="System.String">
<value>
</value>
</data>
<data name="ConfiguringSMTPSettings13" type="System.String">
<value>Server Port
</value>
</data>
<data name="ConfiguringSMTPSettings14" type="System.String">
<value>The port on your SMTP server. The default is 25.
</value>
</data>
<data name="ConfiguringSMTPSettings15" type="System.String">
<value>
</value>
</data>
<data name="ConfiguringSMTPSettings16" type="System.String">
<value>From
</value>
</data>
<data name="ConfiguringSMTPSettings17" type="System.String">
<value>The e-mail address that will appear in the <span class=UI>From:</span> header of e-mail messages sent by the Web site.
</value>
</data>
<data name="ConfiguringSMTPSettings18" type="System.String">
<value>
</value>
</data>
<data name="ConfiguringSMTPSettings19" type="System.String">
<value>Authentication
</value>
</data>
<data name="ConfiguringSMTPSettings20" type="System.String">
<value>The type of authentication that your SMTP server uses, if any. If your SMTP server uses <span class=UI>Basic authentication</span>, provide the account name and password of a user account that is authorized to forward e-mail messages through the server.</value>
</data>
<data name="ConfiguringSMTPSettings21" type="System.String">
<value>The user name and password for <span class=UI>Basic authentication</span> are stored in clear text in the Web.config file.
</value>
</data>
<data name="ConfiguringSMTPSettings22" type="System.String">
<value>
</value>
</data>
<data name="ConfiguringDebuggingandTracing01" type="System.String">
<value>Configuring Debugging and Tracing</value>
</data>
<data name="ConfiguringDebuggingandTracing02" type="System.String">
<value>You must have Administrative credentials on the computer where the Web application runs to change its debugging and tracing settings.</value>
</data>
<data name="ConfiguringDebuggingandTracing03" type="System.String">
<value>To manage the debugging and tracing features, click <span class=UI>Configure debugging and tracing</span>, and then set the following options:</value>
</data>
<data name="ConfiguringDebuggingandTracing04" type="System.String">
<value>Enable Debugging</value>
</data>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -