📄 webadminhelp_security.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 Security Tab</value>
</data>
<data name="WebSiteAdministrationToolSecurityTab01" type="System.String">
<value>Web Site Administration Tool Security Tab</value>
</data>
<data name="WebSiteAdministrationToolSecurityTab02" type="System.String">
<value>Use the <span class=UI>Security</span> tab of the Web Site Administration Tool to manage rules for securing specific resources in the Web application. ASP.NET uses a security system that lets you restrict access to specific user accounts or the roles to which the user accounts belong. With the <span class=UI>Security</span> tab, you manage user accounts, roles, and access rules for the Web site. Before using the <span class=UI>Security</span> tab for the first time, use the <span class=UI>Security Setup Wizard</span> to configure basic security settings for the Web site.</value>
</data>
<data name="Introduction01" type="System.String">
<value>Introduction</value>
</data>
<data name="Introduction02" type="System.String">
<value>ASP.NET security is based on the concepts of user accounts, roles, and access rules and lets you restrict access to your Web application resources to only the user accounts that you specify. Security settings are established using a combination of configuration settings and data stored in a database (or other data store). User accounts and roles that you create are stored in the database and access rules are stored in the Web.config file.</value>
</data>
<data name="Introduction03" type="System.String">
<value>You can configure your application to use the following types of security, which depend on how the Web site will be used:</value>
</data>
<data name="Introduction04" type="System.String">
<value>Forms-based authentication (<span class=UI>From the Internet</span>)</value>
</data>
<data name="Introduction05" type="System.String">
<value>Forms-based authentication is used for Web sites that are made available to the Internet. Forms-based authentication uses the ASP.NET membership system to manage individual user accounts and groups (roles). User account information is stored in a local database or in a Microsoft SQL Server database. You can use the ASP.NET logon controls to create a logon page where users can enter their credentials. </value>
</data>
<data name="Introduction06" type="System.String">
<value>Integrated Microsoft Windows authentication (<span class=UI>From a local network</span>)</value>
</data>
<data name="Introduction07" type="System.String">
<value>Windows authentication interacts with Windows security, using the logon credentials that users provide when they log on to Windows. Therefore, Windows authentication is suited for intranet scenarios, where users have logged on to a Windows-based network. You do not have to create a logon page, because users are automatically logged on to your application with their Windows credentials.</value>
</data>
<data name="Introduction08" type="System.String">
<value>Use the <span class=UI>Users</span> section of the <span class=UI>Security</span> tab to complete the following tasks:</value>
</data>
<data name="Introduction09" type="System.String">
<value>Create, edit, and delete registered user accounts for the Web site.</value>
</data>
<data name="Introduction10" type="System.String">
<value>View a list of all registered user accounts for the Web site.</value>
</data>
<data name="Introduction11" type="System.String">
<value>Change the authentication method that is used by the Web site. </value>
</data>
<data name="Introduction12" type="System.String">
<value>Note You can create and manage user accounts, if you chose the <span class=UI>From the Internet</span> option for your authentication type (if you are using forms-based authentication). If you chose the <span class=UI>From a local network</span> option as your authentication type (if you using integrated Windows authentication), you cannot manage individual user accounts. If you change the authentication type, any user information that you have created will be lost. Additionally, access rules might no longer work in the way that you configured them. Generally, you should select an authentication type only when you first configure the Web site.</value>
</data>
<data name="Introduction13" type="System.String">
<value>Use the <span class=UI>Roles</span> section of the <span class=UI>Security</span> tab to group user accounts, which makes it easier to assign permissions (authorization).</value>
</data>
<data name="Introduction14" type="System.String">
<value>Use the <span class=UI>Access Rules</span> section of the <span class=UI>Security</span> tab to allow or deny access for specified pages to specific user accounts or to all user accounts that belong in a specified role. Typically, you use an access rule to restrict pages for some user accounts. </value>
</data>
<data name="CreatingUsers01" type="System.String">
<value>Creating Users</value>
</data>
<data name="CreatingUsers02" type="System.String">
<value>You can create and manage user accounts, if you have set the authentication type to <span class=UI>From the Internet</span> (forms authentication). To change authentication types, click <span class=UI>Select authentication type</span>.</value>
</data>
<data name="CreatingUsers03" type="System.String">
<value>To create user accounts</value>
</data>
<data name="CreatingUsers04" type="System.String">
<value>Click <span class=UI>Create user</span>, and then specify the following information.</value>
</data>
<data name="CreatingUsers05" type="System.String">
<value>User Name</value>
</data>
<data name="CreatingUsers06" type="System.String">
<value>Enter the name for the user account to create.</value>
</data>
<data name="CreatingUsers07" type="System.String">
<value>Password</value>
</data>
<data name="CreatingUsers08" type="System.String">
<value>Enter the password for <span class=UI>User Name</span>. Passwords are case sensitive.</value>
</data>
<data name="CreatingUsers09" type="System.String">
<value>Confirm Password</value>
</data>
<data name="CreatingUsers10" type="System.String">
<value>Re-enter <span class=UI>Password</span>. </value>
</data>
<data name="CreatingUsers11" type="System.String">
<value>E-mail</value>
</data>
<data name="CreatingUsers12" type="System.String">
<value>Enter the e-mail address for <span class=UI>User Name</span>. </value>
</data>
<data name="CreatingUsers13" type="System.String">
<value>The Web Site Administration Tool does not confirm whether the address that you enter is a valid e-mail address, but it does validate that the e-mail address conforms to the correct format for e-mail addresses.</value>
</data>
<data name="CreatingUsers14" type="System.String">
<value>Security Question</value>
</data>
<data name="CreatingUsers15" type="System.String">
<value>Enter a question to ask the user when they need to reset or recover their password.</value>
</data>
<data name="CreatingUsers16" type="System.String">
<value>Security Answer</value>
</data>
<data name="CreatingUsers17" type="System.String">
<value>Enter the answer to <span class=UI>Security Question</span>.</value>
</data>
<data name="CreatingUsers18" type="System.String">
<value>Active User</value>
</data>
<data name="CreatingUsers19" type="System.String">
<value>Select this option to enable this user account as an active (current) user of the site. If you do not select this option, the user information is stored in the database, but the user cannot log on to the Web site.</value>
</data>
<data name="CreatingUsers20" type="System.String">
<value>Roles</value>
</data>
<data name="CreatingUsers21" type="System.String">
<value>Select the roles for <span class=UI>User Name</span>. You create roles separately. For more information, see the next section. </value>
</data>
<data name="CreatingRoles01" type="System.String">
<value>Creating Roles</value>
</data>
<data name="CreatingRoles02" type="System.String">
<value>To create roles</value>
</data>
<data name="CreatingRoles03" type="System.String">
<value>On the <span class=UI>Security</span> tab, click <span class=UI>Enable roles</span>. </value>
</data>
<data name="CreatingRoles04" type="System.String">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -