I am using MVC4 and I have a form page, when user click submit button I want to take all information and send a web service(in background) and show a message page. Everything is okey but in controller page doesn't run this url. There isn't any error but is doesn't work.
return Redirect("http://ww.example.com./webservices/addlead.php?action=Exp&first_name=" + r.Name + "&last_name=" + r.Surname + "&phone=" + r.Telephone + "&hash=" + r.HashCode);
example.comthen you need to use aWebClientto make a post