Cannot GET / error
Cannot GET / error
looked for couple of hours, on how to solve that, but no luck.
I am using VS 2017 preview edition, and trying to open ASP.NET core 2.0 web application, that uses Angular template
when i open the site (f5 or ctrl-f5), the web-browser getting opened with the message
Cannot GET /

I don't know what causing that and how to fix that, tried to clean/rebuild/restart VS/change project port number/restart the computer, what else can I do to solve that?
Cannot Get /
ng serve
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
i found out here that
Cannot Get /actually point to an error in app.. (weird) i spent couple of hours looking for all different solution. What i did is from the Client app folder i run the commandng serveand it pointed me to the error.. (i forgot to introduced some variable (i run the app from VS, so it does the ng serve automatically, and said nothing about that error)– E.Meir
Jul 1 at 11:01