Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
  |   Font Size...      

membershiproles_vb\Administrators_Role\Administrators_Page.aspx

<%@ 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 &lt;location/&gt; element used to lock down access to this page.
  </body>
</html>