I am stuck in a condition where i have a single solution consisting of multiple projects.
E.x. -> In one solution i've Project 1 which has Proj1PageA.aspx and i've another Project 2 which has Proj2PageB.aspx. Now i've a multiple conditions where based on UserType the user will be response.redirected("") to the related project in the solution for its given page.
Please suggest me how to achieve it.
Thanks