Hi, I am creating an simple CMS like application. It has Public Area and Admin Area. Admin area is "admin" folder inside root of application. If I enable form authentication from Web.config it applies to all pages of my website(including public pages). How can I set form authentication for...