我有我想要在本地使用模拟器中运行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.
从构建输出一个有趣的事情是这些线路:
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.
我不知道是哪个文件无法找到,但我已经验证了我传递的配置文件是否确实存在。 任何人有什么线索是怎么回事?