<%@ Page Language="VB" %>
<html>
<head id="Head1" runat=server>
<title>Example of Securing Page with Role Manager</title>
</head>
<body>
If you reached this page, then you are a member of the Administrators role.
<br />
<br />
See the web.config file associated with this QuickStart site for the <location/> element used to lock down access to this page.
</body>
</html>
|