My website can be accessed by all the users, but there is a admin panel page where i have put a forms type authentication, how can i allow every user to see my web on root but authenticate users in subfolder which is admin. please help
Printable View
My website can be accessed by all the users, but there is a admin panel page where i have put a forms type authentication, how can i allow every user to see my web on root but authenticate users in subfolder which is admin. please help
Look at your web config file. Do you know you can have multiple web config files in various directories ? Please one in the directory you only want admins for, and set the authentication in there.Quote:
Originally Posted by rmoghal
Your problem is just a matter of examining and understanding config files. You can have more than one, but they must be each in their own "space"...
Jon