I have two web applications (two virtual directories) – One is asp.net web application and other is asp.net mvc application. I would like to redirect certain type of users to my mvc application from my legacy web application.
How to acheive this ?
Please advice
Use Response.Redirect
EDIT: Updated to direct to full path rather than the root.
EDIT2: Updated the URL to show an MVC route rather than an physical page address.