エミュレーターを使用してローカルで実行しようとしている Web ロールがあります。別のコンピューターで動作していますが、別のコンピューターで動作させることができず、再フォーマットして最初からやり直すところまで行きました。
Visual Studio からサイトを起動すると、Chrome に次のメッセージが表示されます。
This webpage is not available
The connection to 127.0.0.1 was interrupted.
下部にエラー コードも表示されます。
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
ビルド出力の興味深い点の 1 つは、次の行です。
Starting process 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\v1.8\Debugger\WindowsAzureDebugger.exe' with arguments '"C:\Program Files\IIS Express\iisexpress.exe" /trace:error /config:"C:\Users\brian\AppData\Local\dftmp\Resources\159c7254-b7d0-4076-a4fd-820b00feca5f\temp\temp\RoleTemp\applicationHost.config" /site:"deployment18(27).AzureApp.MyApp.Web_IN_0_Web"'...
Process 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\v1.8\Debugger\WindowsAzureDebugger.exe' exited with exit code 0.
コマンド ラインから実行するC:\Program Files\IIS Express\iisexpress.exe" /trace:error /config:"C:\Users\brian\AppData\Local\dftmp\Resources\159c7254-b7d0-4076-a4fd-820b00feca5f\temp\temp\RoleTemp\applicationHost.config" /site:"deployment18(27).AzureApp.MyApp.Web_IN_0_Web"
と、次のメッセージが表示されます。
The system cannot find the file specified.
Unable to start IIS Express in background.
見つからないファイルはわかりませんが、渡している構成ファイルが実際に存在することを確認しました。ここで何が起こっているのか誰にも分かりますか??