I got a error using IIS Express. It seems like config error because the log tells me old application path.
I moved solution dir before happened this error.
However IIS Express seems to handle old path.
I checked Task Manager and get starting parameter of IIS Express, $(SolutionDir).vs/$(ProjectName)/config/applicationhost.config
was passed.
After deleting it, The app has run without error.