As discussed throughout the various MVC questions and blogposts, we know that the ASP.NET MVC project layout is heavy on convention.
I blindly made a sub-directory in the Controllers folder.
This doesn't feel right.

Question: What's the common accepted convention on which directory to store your ViewModels? What are your suggestions or what is the established convention?