forms authentication and frames

squirat

Newcomer
Joined
Mar 24, 2005
Messages
2
Hellow,

I'm using forms authentication in the web.config file to secure a folder.
but the page I secure is an frame based page. topframe leftframe and middelframe. The problem is by using forms authentication I get the loginscreen in all the 3 frames. Is there a way to solve this?

greetings
 
Possible options are either don't use frames or allow non secured users to see the contents of some frames i.e. if the top and left frames are company logo and navigation strip etc then these are unsecured but will only display minimum options until a user logs in.
 
frames

When a user not is logged in I just want them to see a logo, but when they are logged in, left frame is a tree and top frame are buttons.
Can I solve it by reloading the pages of the frames when they are logged in?
I don't know how to start.

thx
 
Back
Top