In my Web Application, i need to implement two authentications,based on requreted url, if the user requests http:/App/Admin/login.aspx it has to take forms authentication and if the user requests http:/App/User/default.aspx it has to take windows authentication.
For that i have taken two separate folders for admin and user, but i could not call the separate authentication for both using their folder specific web.config files,it showing some errors.
How could i achieve this functionality, can you show some examples?.
Thanks
Go to the complete details ...