if you don't have many pages, look into location tag
HOW TO: Control Authorization Permissions in an ASP.NET Application
http://support.microsoft.com/kb/316871
otherwise, consider to use an xml to specify the mapping between roles and pages, and write your own authorization HttpModule or verify it in, for example, Application_AuthorizeRequest