Hey guys
I have an app where i have some folders like admin, members.
So i have set them as virtual directories to run.
Then i have used formsauthenication for login in each folder's login page.
Do i need web.config in each folder?
At this moment i have this in my web.config which resides in root
Code:<authentication mode="Forms"> <forms name="site" loginUrl="default.aspx" protection="All" path="/" timeout="30"> </forms> </authentication>



LinkBack URL
About LinkBacks
Reply With Quote





Not entirely sure though... 
Bookmarks