使用Visual Studio 2015 ASP.Net MVC的IIS Express 800700c1错误 [英] IIS Express 800700c1 error with Visual Studio 2015 ASP.Net MVC

查看:142
本文介绍了使用Visual Studio 2015 ASP.Net MVC的IIS Express 800700c1错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是当我使用为ASP.Net MVC项目制作的config visual studio运行IIS Express时发生的情况.如果我不带任何参数运行iisexpress.exe,则该服务器将正常启动.我不知道该如何解决这个问题.我认为该错误代码表示某些内容已损坏,但我看不出这是怎么回事.

This is what happens when I run IIS Express with the config visual studio made for my ASP.Net MVC project. If I run iisexpress.exe with no parameters, that server starts up fine. I don't know how I should hunt this problem down. I think the error code means something is corrupted, but I don't see how that is likely.

Starting IIS Express ...
Initializing the W3 Server Started CTC = 64585693
W3 Server initializing WinSock.  CTC = 64585693
W3 Server WinSock initialized.  CTC = 64585693
W3 Server ThreadPool initialized (ipm has signalled).  CTC = 64585693
Failed processing with hr = 800700c1
Error loading global modules.  hr = 800700c1
Terminating W3_SERVER object
Start listenerChannel http:0
Initializing the W3 Server Started CTC = 64586816
W3 Server initializing WinSock.  CTC = 64586816
W3 Server WinSock initialized.  CTC = 64586816
W3 Server ThreadPool initialized (ipm has signalled).  CTC = 64586816
Failed processing with hr = 800700c1
Error loading global modules.  hr = 800700c1
Terminating W3_SERVER object
InitComplete event signalled
Process Model Shutdown called
Unable TO start iisexpress.

推荐答案

当您对网站使用IISExpress的错误位数时,将发生此错误.如果它是32位站点,请使用C:\Program Files (x86)\IIS Express\iisexpress.exe;否则,请使用C:\Program Files (x86)\IIS Express\iisexpress.exe.如果它是64位站点,请使用C:\Program Files\IIS Express\iisexpress.exe.

This error occurs when you use the wrong bitness of IISExpress for the website. If it is a 32 bit site, use C:\Program Files (x86)\IIS Express\iisexpress.exe; if it is a 64 bit site, use C:\Program Files\IIS Express\iisexpress.exe.

这篇关于使用Visual Studio 2015 ASP.Net MVC的IIS Express 800700c1错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆