A
Anthony Small
Hello,
I have a login.aspx page that is associated with a theme. When I view the
page login.aspx with forms authentication/authorization set as below in the
web.config file the theme displays on the page as expected.
<authentication mode="Forms">
<forms loginUrl="~/Pages/Login.aspx" protection="All" timeout="40"
/>
</authentication>
<authorization>
<allow users="*"/>
</authorization>
Can anyone comment on why the page theme does not display when using the
deny settings? The oage is displayed but not with the theme.
<authorization>
<deny users="?"/>
</authorization>
Thanks in advance
Tony S.
I have a login.aspx page that is associated with a theme. When I view the
page login.aspx with forms authentication/authorization set as below in the
web.config file the theme displays on the page as expected.
<authentication mode="Forms">
<forms loginUrl="~/Pages/Login.aspx" protection="All" timeout="40"
/>
</authentication>
<authorization>
<allow users="*"/>
</authorization>
Can anyone comment on why the page theme does not display when using the
deny settings? The oage is displayed but not with the theme.
<authorization>
<deny users="?"/>
</authorization>
Thanks in advance
Tony S.