I am an MVC newbie. As far as I can tell:
In my apps, I usually create a "Core" project separate from the web project.
Core project contains:
Web project contains:
The key point here is that the web-based Models folder/namespace is ONLY used for presentation-specific models that document the specific variables needed for a given view. As much "business logic" as possible goes into the core project.