I have two projects.One project is build in MVC asp.net and the other project is simple a Form Based Asp.net website.
Now I want when i click on a link in Form Based Asp.net Website it should transfer the control from that website to MVC asp.net website and also i want to share sessions which are genrated in Form Based Asp.net Website.
Please Help…..thanx in advance
To your redirect question
In your MVC controller
In your form based app
using a link button: