IIS Express stopped working after updating VS2012

2019-07-15 00:47发布

问题:

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.