【发布时间】:2017-02-11 16:52:30
【问题描述】:
我正在开发一个 Web 项目,但无法使用 Visual Studio 2015 中的 IIS Express 对其进行测试。
我用谷歌搜索了这个错误,我在互联网上发现了很多关于它的引用,但我相信我的情况有所不同,因为除了“无法启动 IIS Express Web 服务器”之外没有显示其他错误消息。
我查看了 Windows 事件查看器,发现以下错误:
The worker process failed to initialize correctly and therefore could not be started. The data is the error.
The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.
我也尝试直接使用:c:\Program Files (x86)\IIS Express>iisexpress.exe /trace:error 启动 IIS Express,我成功了,所以我认为问题一定出在 Visual Studio 中,并且我的端口 (8080) 是空闲的。
有人知道我还能做什么吗?
【问题讨论】:
标签: visual-studio visual-studio-2015 asp.net-core .net-core iis-express