How should a solution be organized that will have at least three projects, such as:
- Class Library as Infrastructure
- Web Application as Web Api
- MVC Web Application for WebUI (user interface)
Where ASP.NET Identity will be used as an authentication and access control component.
Or, does something from ASP.NET Identity go in the WebUI (Asp.Net MVC) project? What?