We get a 404 error for URI /Account/LogOff
and there is no sign of LogOff in Mvc3UI.Controllers.AccountController
Interesting... I wonder if I accidentally deleted some of the template code, or if Microsoft has a broken template. Probably me...
Just downloaded the code (06-AspMvc-110607.zip) for the eBook (UsingCsla4-06-AspMvc.pdf) and have the same problem.
Was this ever fixed or can the LogOff.cshtml file be downloaded from elsewhere.
The issue isn't a missing file, it is a couple lines of incorrect/missing code in the AccountController class. Specifically the LogOff method needs to redirect as shown here:
Copyright (c) Marimer LLC