8
How should be organized a solution that will have at least three projects, being them:
- Class Library as infrastructure
- Web Application as Web Api
- Web Application MVC for Webui (user interface)
Where ASP.NET Identity will be used as an authentication and access control component.
That is, something from ASP.NET Identity goes into the Webui project (Asp.Net MVC)? What?
You can customize the Asp.net Identity, thus creating a service that meets these projects
– Rod