简体   繁体   English

Visual Studio 2013始终在IIS Express中打开网站

[英]Visual Studio 2013 always opens a website in IIS Express

I am having a website in ASP.Net 4.0 in VS2010 that works of IIS localhost and not IIS Express or VS local dev server. 我在VS2010的ASP.Net 4.0中有一个可以在IIS本地主机而不是IIS Express或VS本地开发服务器上运行的网站。 When I open this same website in VS 2013 ( File > Open Web Site...), it always uses IIS Express ( and not IIS) as in screen shot below. 当我在VS 2013中打开同一网站(“文件”>“打开网站...”)时,它始终使用IIS Express(而不是IIS),如下面的屏幕截图所示。

Is there any way I could use the regular IIS ( not the express version) and also, can I change VS 2013 to show IIS websites and not IIS Express sites ie make VS 2013 use regular IIS? 有什么方法可以使用常规IIS(不是快速版本),并且可以将VS 2013更改为显示IIS网站而不是IIS Express站点,即让VS 2013使用常规IIS吗?

VS2013始终使用IIS Express,而不是常规IIS

If you run Visual Studio as an Administrator, it should let you access and open IIS Sites OR IIS Express Sites. 如果您以管理员身份运行Visual Studio,则它应允许您访问和打开IIS站点或IIS Express站点。

IIS网站

IIS Express is pretty much the same thing as IIS. IIS Express与IIS基本相同。 The only major difference is that IIS Express does not have a configuration UI. 唯一的主要区别是IIS Express没有配置UI。 You have to handle everything through the command line. 您必须通过命令行处理所有事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM