User1814808779 posted
My previous thread got a little long winded and lost focus.
I use the vs2013 (v 12.0.21005.1 REL) Visual c#, ASP.NET Web Application, SPA template, on a Win8.1 machine( build 9200) , IIS version 8.5.9600.16384
Works great when executed inside vs2013!
When I "publish" to Windows 8.1 IIS, then run independent of VS2013, I get HTTP Error 404.0 - Not Found for:
http://win8envision:80/Token
http://win8envision:80/api/Account/Register
basically everything from within AccountController.cs does not get "called"
What do I have to do for this to work?
Boyd