hi
how set a method, before open a directory?
- using asp.net web form
- without membership (user,role)
example :
/admin_page or /admin_page/content or /admin_page/options
before show Default.aspx (or All directory and file) , run Access Method
if (Access)
show path
else
redirect to "~/"
without use :
<authorization> <allow roles="Administrators" /> <deny users="*"/> </authorization>