I just finished adding C# Web API components (Web API Models & Controllers) to a localhost copy of an existing project.
localhost
This Web API\'s GET-methods shou
Go into the folder .vs/config and open applicationhost.config and change
to 127.0.0.1
And change this too, to run directly using 127.0.0.1