解决方法:

用记事本打开MVC网站的项目文件(*.csproj),滚动条拉到最下,找到这两个节点:

<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>

改为:

<UseIIS>False</UseIIS>
<AutoAssignPort>False</AutoAssignPort>

最新文章

  1. C语言初级进阶2
  2. Query Designer:Condition,根据KeyFigure值来过滤数据
  3. ios UIButton设置单选效果,以及同时设置图片和标题
  4. LESS速查
  5. WP8.1中C++的winodws运行时组件位移操作的差异
  6. 51nod 1060反素数
  7. Ubuntu 16.04服务器安装及软件配置
  8. Quora 用了哪些技术(转)
  9. Shell编程学习---第五篇:Shell的输入和输出
  10. poj 动态规划的主题列表和总结
  11. hdu Word Amalgamation(map)
  12. 使用solr6.0搭建solrCloud
  13. [Python]基础教程(2)、PyCharm安装及中文编码
  14. 解决报错SAXNotRecognizedException: Feature &#39;http://javax.xml.XMLConstants/feature/secure-processing&#39; not recognized
  15. topcoder srm 694 div1 -3
  16. git remote: HTTP Basic: Access denied 错误解决办法
  17. [PowerShell Utils] Create a list of virtual machines based on configuration read from a CSV file in Hyper-V
  18. Fibonacci number
  19. LoadRunner 一参多用
  20. RoadFlow ASP.NET Core工作流配置文件说明

热门文章

  1. 请写出一个超链接,点击链接后可以向zhangsan@d-heaven.com发送电子邮件。
  2. &lt;!&gt;连结格式
  3. linux驱动开发---导出内核符号
  4. ie tbody table 兼容方法
  5. 对MathType做个介绍
  6. Windows查看网络端口被占用情况netstat命令
  7. noip2006 金明的预算
  8. Java日期类:Date和Calendar的使用
  9. PAT 1017 Queueing at Bank (模拟)
  10. java编程思想 英文版 打卡