What I want to do is to redirect from an action in “A” controller to an action in “B” controller it gives me this error that it can not find this action in the target controller
I am using RedirectToAction Method any help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
within your A controller add this in your action
that’s if you want to send some parameters also ,but do not forget to have a route configured which can map the “variable” parameter as well. I think this is solved in now