VS2015在Win8 x64上看不到IISExpress 10 [英] VS2015 cannot see IISExpress 10 on Win8 x64

查看:57
本文介绍了VS2015在Win8 x64上看不到IISExpress 10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在新的Win8 64位操作系统上安装了Visual Studio 2015,并已安装IISExpress 10进行调试,但是我打开或创建的每个Web应用程序项目都告诉我:

I've installed Visual Studio 2015 on my new Win8 64bit O/S and have installed IISExpress 10 for debugging, but every web application project I open or create tells me:


Web项目"被配置为使用IIS Express.您必须下载并安装IIS Express才能加载此项目.

The Web project '' is configured to use IIS Express. You must download and install IIS Express in order to load this project.



我已经编辑了.csproj文件以明确设置

I've edited the .csproj file to explicitly set


<UseIISExpress>true</UseIISExpress>



但是我的理解是,如果始终未指定其他类型的服务器,则该项目默认情况下将查找IISExpress.

but my understanding is that the project will by default look for IISExpress if the other types of server are not specified anyway.

还有其他人有这个问题和解决方案吗?

Has anyone else had this issue and a resolution?


谢谢

推荐答案

Parenesis,

Hi parenesis,

感谢您在MSDN中发布信息.论坛.

Thank you for posting in MSDN  forum.

>>>>我的理解是,如果始终未指定其他类型的服务器,则该项目默认情况下将查找IISExpress.

对于您的问题,您可以参考如何在Visual Studio中为Web项目指定Web服务器:

https://msdn.microsoft.com/en-us/library/ms178108.aspx

此外,删除csproj.user可能最终可以解决问题,您可以在这里参考,这与您的问题类似:

http ://stackoverflow.com/questions/17657607/vs-2012-cant-load-project-which-uses-iis-with-custom-binding-host-thinks-its

最好的问候,

徐文


这篇关于VS2015在Win8 x64上看不到IISExpress 10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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