IIS Express refuses to start

IIS Express refuses to start

"Starting IIS Express...

Report ListenerChannel stopped due to failure; ProtocolId:http,ListenerChannelId:0

HostableWebCore activation failed.

Unable to start iisexpress.

The interface is unknown.

For more information about the error, run iisexpress.exe with the tracing switch enabled."



Try to un-install and re-install IIS Express? if you haven't tried, try to re-install and see if this problem is solved.

If re-installation of IIS Express doesn't solve your problem, then following is a workaround.

1. open applicationhost.config located in user profile directory (%userprofile%\Documents\IISExpress\config\applicationhost.config)

2. Find following two entries in the above config file and remove them (or comment them)

<add name="HttpLoggingModule" image="%IIS_BIN%\loghttp.dll" />
<add name="HttpLoggingModule" lockItem="true" />

3. Now start IIS Express from command line. If this works, you can open WebMatrix and 'Start' a site

Note that with this workaround you don't see http log files, but IIS Express should just work fine.

Logo
作者:Gezidan
出处:http://www.rixu.net    
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

你可能感兴趣的:(IIS Express refuses to start)