I've build Web Api and inside the project included a web site built with AngularJS. When I start the project it points to my web site and opens it. In AngularJS controllers I call methods from the web api for example http:/localhost:52004/api/reviews and on the same port I start the web site. After some time web api stopped working and didn't respond any result. The structure of the project is shown in advance.
Any help how can I call methods from web api local in my projects and why it doesn't start when I start my project?