FormsAuthentication (web app) 2

  • Thread starter Thread starter Cantekin Guneser
  • Start date Start date
C

Cantekin Guneser

firstly thanks for your help,

I have solved problem but now I have different problem that
my project includes normal pages that anonymous forms at main directory,
when I use FormsAuthentication it protects also main directory too , so
anonymous user can not see the normal pages, i tried to change
path="/admin/" in web config file but still normal user is directed to login
page

i want to protect only my sub directories not main directory

thanks in advance
 
Back
Top