Sì puoi usare il tag <location> nel web.config

codice:
<location path="register.aspx">
 <system.web>
         <authorization>
            <allow users="*"/>
         </authorization>
  </system.web>
</location>