Does anyone have a link to a good blog post describing how to configure and develop a web application (website) in AngularJS that is supposed to used a Web API developed in MVC5 (this is actually less important). The Web API and the web application is supposed to be deployed in Intranet, so they are supposed to use Windows Authentication. It appears that setting the authentication element to "Windows" is not enough.
<authentication mode="Windows"/>
There must be more steps to be taken, perhaps prior or at the time $http.get is called, when accessing the methods available in the Web API's interface.
I researched this topic for a few days now but could not find a good resource describing the whole process.
Thanks, Ed