VS Express 2013 for Web:如何使用内部VS服务器,而不是IIS Express?

前端之家收集整理的这篇文章主要介绍了VS Express 2013 for Web:如何使用内部VS服务器,而不是IIS Express?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我切换到Visual Studio Express 2013 for Web,但我刚刚标记了一些内容.它的默认设置已设置为使用IIS Express作为默认Web服务器,并且没有可以更改它的按钮,如之前的VS Express 2012 for Web中那样.我在设置和我的项目的属性/属性页面中寻找该选项,但我找不到它.

解决方法

它已经停产.选项是IIS Express或IIS.这就是产品的全部范围,而不仅仅是VS Express.

我找不到关于它的具体帖子,但在例如Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013,它开始于:

As many of you have noticed,the option to select “ASP.Net Web Configuration Manager” is no longer in Visual Studio 2013 Preview. @H_502_10@This is due to the removal of the Visual Studio Development Server (or Cassini) from the product. However,…

(我的重点)

猜你在找的HTML相关文章