squirat Posted March 24, 2005 Posted March 24, 2005 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 Quote
Administrators PlausiblyDamp Posted March 24, 2005 Administrators Posted March 24, 2005 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
squirat Posted March 24, 2005 Author Posted March 24, 2005 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 Quote
kahlua001 Posted March 24, 2005 Posted March 24, 2005 How about the login page specified in the web.config is a page that redirects to the real login page, filling the whole window. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.