T Tyjddllj New Member Mar 26, 2013 #1 \[code\]<location path="~/Admin/AdminPage.aspx"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location>\[/code\]Why does this allow access to the adminpage?It should deny anonymous users
\[code\]<location path="~/Admin/AdminPage.aspx"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location>\[/code\]Why does this allow access to the adminpage?It should deny anonymous users