Hey,
Just ran your example application and I see that there's only one site running on IIS express and it's for the AngularJS/MVC project. This makes me wonder how does the MVC project reaches the WebAPI project, which leads to a couple other questions:
Thanks!
Hey!
Just learned about ASP.NET Boilerplate from a friend after spending about two weeks trying to create exactly what you offer. After looking at your code I can say that your implementation is far more complete than what I was trying to achieve and then I decided to use what you've done instead.
Only problem is that I need module zero's authorization from the start so I have to ask, how ready for production is this module?