In my case, the problem was that I stopped the application while debugging. The application was making a lot of async callings.
So I reset my IIS server: iisreset via Command Prompt or PowerShell, and it worked.
EDIT: Look at the @aaroncatlin comment for IIS Express