I have changed the output path for all my projects to use same location. I.e:
My ASP.NET Web API projects have now stopped working when running them in debug using IIS Express.
It seems that IIS Express is pointing to the existing Web Application project directory:
Should this not be pointing now to the ..\Build\bin\Debug
common output directory? How do I configure this?