I created a signon form with
<
authentication mode="Forms" >
<
forms loginUrl ="login.aspx" protection="All" />
</
authentication>
<
authorization>
<
deny users="?"/>
</
authorization>
in the web config, which brings the login.aspx page whenever someone tries to access a page, however my login page uses a theme but it seems the security prevents the loading of the theme unless the use is autheticated, so I have a problem. Can somebody help.