Click here to Skip to main content
15,868,006 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have two separate site, one in asp.net and other in MVC. I have a button ("Login to MVC Site") on my ASP.Net site, which takes user ID and Password from asp.net site to validate against MVC site and after successful validation it should redirect to home page of MVC site.

So basically, its switching to one site to another site dashboard where Owin is being used. I have made a WCF service which consumed by ASP.net Site to validate user credential from MVC app and its working fine but don't know how to redirect after validation.
Posted
Updated 3-Jan-16 13:50pm
v2

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