Prevent iisexpress from running the websites in a solution when the startup app is a console app

后端 未结 5 1136
不知归路
不知归路 2021-01-03 18:03

I have a solution with a number of projects in it. Even if I set the web project\'s start options to:

  1. Don\'t open a page. Wait for a request from an external a
5条回答
  •  盖世英雄少女心
    2021-01-03 18:31

    There's easy way to do this: in web project's properties F4 (NOT right click-> properties) set "always start when debugging" to false

提交回复
热议问题