HTTP Error 500.19 - Internal Server Error
ページに関連する構成データが無効であるため、要求されたページにアクセスできません。
フォルダを移動して実行した際に 0x80070003エラーが出ることがある。
この対処法
それでもダメなら、
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config in the following way -
C:\Windows\System32\inetsrv\config
の下、タグ内に件のフォルダが入っていればそこが原因である。
タグごと消してしまう。
<configuration>
<system.applicationHost>
<sites>
<site name="wsBusinessLayer">
<application path="/">
<virtualDirectory path="/Flowers" physicalPath="D:\TFS\sys\companydomain.com\Dev\Flowers" />