How do I call diffrent controller action method in mvc from webforms
I have created a controller having method name test and created another project in the same solution this time the webform and added the reference of the mvc application to the application and in page load of webform i wrote Response.RedirectToRoute("~/Home/Test");
this test method dosen't gets called