Context: Asp.Net MVC3 w/Razor
I am trying to put a login form on a Razor layout (formerly master page) so that, when the user times out, s/he can be prompted to log
Notice if you use Asp.Net template like I do, It bundles the file to bundles/jqueryval. So you have to add
@Scripts.Render("~/bundles/jqueryval")
to the page.