I\'m trying to redirect to external url from an action method but can\'t get it to work. Can anybody shed some light on my error?
public void ID(string id)
Try this (I've used Home controller and Index View):
return RedirectToAction("Index", "Home");