readme.htm

来自「用vs2005编网页的入门实例」· HTM 代码 · 共 29 行

HTM
29
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Security Readme</title>
    <LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
    <h1>Security</h1>

    <p>This sample demonstrates how to programmatically use methods from the new Membership API
    in ASP.NET 2.0 to manage users and their roles.</p>
    
    <p>The sample consists of a Web site with secure and unsecure areas. The only built-in security control that is the 
the Login control. The goal was to show how to do various tasks using the Membership and Roles APIs.</p>
    
    <p>This sample comes with four roles: Administrator, Contractor, Employee and Manager. Each
    role has its own folder within the site for protected pages, and each folder has its own web.config
    file to enforce restricted access to those pages. View the respective web.config files to see which roles 
have access to which folders.</p>
          
    <p>This sample requires the following to be installed:
		<ul>
            <li>Microsoft Visual Studio 2005</li>
            <li>SQL Server 2005 Express Edition</li>
        </ul>
    </p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?