VS Express 2013 for Web: How to use the internal VS server, not IIS express?

旧巷老猫 提交于 2019-12-08 16:51:38

问题


I switched to Visual Studio Express 2013 for Web, but I've just stumbeled into something. It's default settings are set so that it uses IIS Express as a default web server, and there isn't a button that could change that, as in VS Express 2012 for Web before. I was looking for that option in the settings and in the properties / property page for my project, but I can't find it.


回答1:


It's been discontinued. The options are IIS Express or IIS. And that's for the full range of the product, not just a VS Express thing.

I can't find a specific posting about it, but in e.g. Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013, it starts with:

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

(My emphasis)



来源:https://stackoverflow.com/questions/19676527/vs-express-2013-for-web-how-to-use-the-internal-vs-server-not-iis-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!