You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Hi,
I've faced with the folllowing problem. I created application in accordance with the following guide http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/
I don't do any modifications, just work with template. When application is run from Visual Studio all pages are opened successfully. But when application is published on IIS, then "Fetch data" page is loaded with error in console that the route localhost/api/fetchdata/WeatherForecast can't be found.
I have published application from Visual Studio with File System publish method.
Does anyone know how to solve this problem?