Lost theming on required login before viewing products?
Posted: Thu Jun 11, 2009 8:35 am
Hello all,
I've added this line to the main folder web.config file to requires the user to login before viewing the products:
<authorization>
<deny users="?"/>
</authorization>
This 'causes the theming the be lost, and I think since the user is a guess, it can't access the styles in the App_Themes. If I take that line out, then everything appears to be working. Any idea on how to requires the user to login while maintaining the theme?
Thanks,
Kenny.
I've added this line to the main folder web.config file to requires the user to login before viewing the products:
<authorization>
<deny users="?"/>
</authorization>
This 'causes the theming the be lost, and I think since the user is a guess, it can't access the styles in the App_Themes. If I take that line out, then everything appears to be working. Any idea on how to requires the user to login while maintaining the theme?
Thanks,
Kenny.