IIS Express stopped working after updating VS2012 SP1

纵然是瞬间 提交于 2019-12-13 16:51:10

问题


Update Visual Studio 2012 and after it IIS Express gives an error: "Unable to launch the IIS Express Web Server", when I try to run an asp.net project. Before upgrading all worked fine.

/trace:error mode gave such log

Starting IIS Express ...
Initializing the W3 Server Started CTC = 264312930
W3 Server initializing WinSock.  CTC = 264312946
W3 Server WinSock initialized.  CTC = 264312946
W3 Server ThreadPool initialized (ipm has signalled).  CTC = 264312946
Start listenerChannel http:0
Failed to initialize site bindings
Error initializing ULATQ.  hr = 80070005
Terminating W3_SERVER object
InitComplete event signalled
Process Model Shutdown called
Unable to start iisexpress.

Looks like that I need to change config file, because of updating IIS Express, but I don't know how.

来源:https://stackoverflow.com/questions/13687836/iis-express-stopped-working-after-updating-vs2012-sp1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!