I am working on Visual Studio 2013 C# win 7.
I am doing ASP.NET WEB API development by following the instructions on http://www.asp.net/web-api/overview/older-versions/build-restfu
At step 4 of Exercise 1: Create a Read-Only Web API, I got :
I pressed F5 to debug the application. The default home page for a Web API
project did not appear.
I got error of
Process with an Id of 14940 is not running.
Why I got this ?
Thanks