Ch 17 extended credit
Not that I am an expert and I realize it is beyond the scope of the lesson but the Ch 17 exercise throws an error if correct inputs are entered unless the ContactController.cs is changed to something like:
return RedirectToAction("../Home/Index");
|