📄 webadminhelp_security.aspx.resx
字号:
<value>Click <span class=UI>Create or Manage roles</span>.</value>
</data>
<data name="CreatingRoles05" type="System.String">
<value>In the <span class=UI>New role name</span> box, enter a name for the role to create, such as Administrator, Member, or Guest, and then click <span class=UI>Add Role</span>.</value>
</data>
<data name="CreatingRoles06" type="System.String">
<value>To add user accounts to roles</value>
</data>
<data name="CreatingRoles07" type="System.String">
<value>On the <span class=UI>Security</span> tab, click <span class=UI>Manage Users</span>, and then click<span class=UI> Edit User</span>. </value>
</data>
<data name="CreatingRoles08" type="System.String">
<value>Under <span class=UI>Roles</span>, select the roles for the user account.</value>
</data>
<data name="CreatingAccessRules01" type="System.String">
<value>Creating Access Rules</value>
</data>
<data name="CreatingAccessRules02" type="System.String">
<value>To create access rules</value>
</data>
<data name="CreatingAccessRules03" type="System.String">
<value>On the <span class=UI>Security</span> tab, click <span class=UI>Create access rules</span>.</value>
</data>
<data name="CreatingAccessRules04" type="System.String">
<value>Specify the following options:</value>
</data>
<data name="CreatingAccessRules05" type="System.String">
<value>Select a directory for this rule</value>
</data>
<data name="CreatingAccessRules06" type="System.String">
<value>You can choose to create a rule that applies to the whole site or to only a specific subdirectory. In the directory structure display for the Web site, select the directory to which the rule applies. </value>
</data>
<data name="CreatingAccessRules07" type="System.String">
<value>Under <span class=UI>Rule applies to</span>, specify how to apply the rule.</value>
</data>
<data name="CreatingAccessRules08" type="System.String">
<value>Role</value>
</data>
<data name="CreatingAccessRules09" type="System.String">
<value>Select <span class=UI>Role</span>, and then in the list, select the name of the role to which the access rule applies.</value>
</data>
<data name="CreatingAccessRules10" type="System.String">
<value>User</value>
</data>
<data name="CreatingAccessRules11" type="System.String">
<value>Select <span class=UI>User</span>, and then enter the name of the user account to which the access rule applies. If you are using ASP.NET membership (Web site security is set to <span class=UI>From the internet</span>), you can also use the Search for users feature.</value>
</data>
<data name="CreatingAccessRules12" type="System.String">
<value>All users</value>
</data>
<data name="CreatingAccessRules13" type="System.String">
<value>Select this option to apply the rule to all visitors to the Web site.</value>
</data>
<data name="CreatingAccessRules14" type="System.String">
<value>Note Be careful when you create a rule with the <span class=UI>All users</span> option. Because rules are applied in order, you can unintentionally create a rule that prevents all users from accessing a folder.</value>
</data>
<data name="CreatingAccessRules15" type="System.String">
<value>Anonymous users</value>
</data>
<data name="CreatingAccessRules16" type="System.String">
<value>Select this option to apply this rule to anonymous (non-registered) user accounts only. </value>
</data>
<data name="CreatingAccessRules17" type="System.String">
<value>Typically, you choose the <span class=UI>Anonymous users</span> option to restrict (deny) access for users who are not logged on.</value>
</data>
<data name="CreatingAccessRules18" type="System.String">
<value>Permission</value>
</data>
<data name="CreatingAccessRules19" type="System.String">
<value>Select <span class=UI>Allow</span> to give access to the specified directory for the specified user account or role.</value>
</data>
<data name="CreatingAccessRules20" type="System.String">
<value>Select <span class=UI>Deny</span> to not allow access to the specified directory for the specified user account or role.</value>
</data>
<data name="CreatingAccessRules21" type="System.String">
<value>For example, to prevent users who are not logged on (anonymous) from viewing pages in a folder, click the folder, select <span class=UI>Anonymous users</span>, and then select <span class=UI>Deny</span>. </value>
</data>
<data name="CreatingAccessRules22" type="System.String">
<value>Sometimes, you might have to create multiple rules for the same folder in order to establish the correct permissions. For example, you might create a rule that denies access to anonymous user accounts and a second rule that denies access to user accounts in the role of Guest. That way, only users who are logged on and in another group can access the folder.</value>
</data>
<data name="BehindtheScenes01" type="System.String">
<value>Behind the Scenes</value>
</data>
<data name="BehindtheScenes02" type="System.String">
<value>The Web Site Administration Tool manages security information in the following two places:</value>
</data>
<data name="BehindtheScenes03" type="System.String">
<value>The Web.config file at the root of the Web site.</value>
</data>
<data name="BehindtheScenes04" type="System.String">
<value>The site provider database that is used to store user and group information.</value>
</data>
<data name="Web.configSettings01" type="System.String">
<value>Web.config Settings</value>
</data>
<data name="Web.configSettings02" type="System.String">
<value>The Web.config settings that are managed through the <span class=UI>Security</span> tab are the &lt;authorization&gt;, &lt;roleManager&gt;, and &lt;authentication&gt; sections.</value>
</data>
<data name="Web.configSettings03" type="System.String">
<value>The following code example is the Web.config file that is created by the Web Site Administration Tool within a restricted subdirectory of the Web site. Access to the restricted subdirectory is allowed for administrators and denied for anonymous users.</value>
</data>
<data name="Database01" type="System.String">
<value>Database</value>
</data>
<data name="Database02" type="System.String">
<value>When you use the default data provider, the Web Site Administration Tool creates entries in the default ASP.NET database. By default, the Web Site Administration Tool creates a database in the App_Data folder of the Web site. However, using the <span class=UI>Provider</span> tab, you can specify that application information for user accounts and roles be kept in another database (for example, retrieving role information from the Windows user database). For detailed information, see Web Site Administration Tool Provider Tab.</value>
</data>
<data name="MoreInformation01" type="System.String">
<value>More Information</value>
</data>
<data name="MoreInformation02" type="System.String">
<value>For more information about the settings that are managed in the <span class=UI>Security</span> tab, in the .NET Framework documentation, see the following topics:</value>
</data>
<data name="MoreInformation03" type="System.String">
<value>Managing Users with ASP.NET Membership</value>
</data>
<data name="MoreInformation04" type="System.String">
<value>Limiting Access to ASP.NET Web Sites</value>
</data>
<data name="MoreInformation05" type="System.String">
<value>ASP.NET Configuration Overview</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 Application 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 + -