sujit gujrathi

sujit gujrathi

  • 1.6k
  • 59
  • 5.9k

Redirect to wrong page in MVC 3

Apr 17 2014 7:19 AM
Hi guys need help
I have Created AccountController with Register action Method
public ActionResult Register()
{
return View();
}
and on Logon View I have created link for Ragister
@Html.ActionLink("Register", "Register","Account")
But when I click on Register Link it redirect wrong like this
http://localhost:8090/Account/LogOn?ReturnUrl=%2fAccount%2fRegister
instead of
http://localhost:8090/Account/Register
I will appreciate your help
 
Thank you in advance

Answers (2)