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.
相关问题
- Custom controls disabled. There was an internal is
- How to make a .svc file write to asp.net Trace.axd
- How to deploy python flask application in conda ba
- 反爬能检测到JS模拟的键盘输入吗
- 有没有方法即使程序最小化也能对其发送按键
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:
(My emphasis)