After setting up my angular7 project with the ng new my-app
command (following the steps at https://angular.io/guide/setup-local), I wanted to continue developing and debugging using Visual Studio 2017 (not Visual Studio Code).
When attempting to use Visual Studio, I followed these steps:
File -> Open -> Website (and opened the application folder)
https://i.sstatic.net/9galA.png
However, when I tried to "Start Debugging" or "Start without Debugging," I encountered an "HTTP Error 403.14 - Forbidden" page https://i.sstatic.net/BSz7h.png
I am aware that Visual Studio has an option to create an Angular application, but this would include C# and .NET bindings which I don't require since I want a pure Angular 7 app with pure HTML.
Do I need to configure anything in particular to successfully debug and run the app through Visual Studio?