Is there anyway that you can have authentication at a
page level as per the example below?

<location path="main.aspx">
<system.web>
<authorization>
<allow users="admin"/>
<deny users="*" />
</authorization>
</system.web>
</location>

thanks