IIS shows a 401 error, which led me to think it was a permissions issue, tried going down that path without success.
My good friend M. told me the solution - had to disable the loopback adapter check in the registry on my box. Do these steps then try out that app again - it'll work just fine!
- Run RegEdit as admin. Locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right click the node "Lsa", point to New, and then click DWORD
- Type in the name of the key as DisableLoopbackCheck, noting case, and then press enter.
- Right click the new DisableLoopbackCheck key, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit the Registry Editor, and then reboot your server.
Next up will be to create an app that interacts with a SharePoint list. I'll post code once that's working!
Steve