Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I logged in to an aspx webform application now i need to redirect to another MVC application with same login credentials with a button click

What I have tried:

i tried it by passing through query string but it is not a good option to pass user login credentials.
Posted
Updated 19-May-20 1:26am
v2

1 solution

Instead of doing it that way, redirect the user BEFORE they log in to the ASP.Net web site, and let the MVC site handle the login stuff.
 
Share this answer
 
Comments
n shankar 19-May-20 1:43am    
not like tat ,the scenario is need to redirect the user without relogin

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900