M
Marine
Hi,
When i use this in the web.config file :
<authentication mode="Forms" >
<forms defaultUrl="Console.aspx" loginUrl="Identification.aspx" ></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
.... the StyleSheet and StyleSheetTheme of the Identification.aspx page are
not working. They work only when authentification is ok.
Is there a way to avoid this ?
Thanks.
When i use this in the web.config file :
<authentication mode="Forms" >
<forms defaultUrl="Console.aspx" loginUrl="Identification.aspx" ></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
.... the StyleSheet and StyleSheetTheme of the Identification.aspx page are
not working. They work only when authentification is ok.
Is there a way to avoid this ?
Thanks.