TestController' is ambiguous
Error shows..
The current request for action 'Login' on controller type 'TestController' is ambiguous between the following action methods:
System.Web.Mvc.ActionResult Login() on type MVCTEST1.Controllers.TestController
System.Web.Mvc.ActionResult Login(MVCTEST1.Models.LogOnModel) on type MVCTEST1.Controllers.TestController