The default ASP.NET MVC project sets up a "Models" directory that I don't know that I've ever used in the handful of MVC projects I've worked on. Normally, I have a separate 'library' project that stores business logic classes.
Now I'm curious: Am I missing something big by not taking advantage of the default ASP.NET "Models" directory? Is there some built-in functionality that uses this nicely?