"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.
作者:Gezidan
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
posted on 2011-08-12 22:05
日需博客 阅读(1574)
评论(0) 编辑 收藏 引用 所属分类:
技术文章 、
转载 、
未分类