How can I disable the IIS Express launch profile for ASP.NET Core?

前端 未结 5 1051
梦如初夏
梦如初夏 2020-12-30 00:49

I\'m writing an ASP.NET Core app (on the full .NET Framework) that uses WebListener, rather than Kestrel.¹ I\'m using Visual Studio 2015 with Update 3, and \".NET Core 1.0.1

5条回答
  •  一整个雨季
    2020-12-30 01:25

    The following worked for me:

    1. Open the project properties
    2. In the Debug tab, select the IIS profile, and click Delete
    3. In the Launch combo, select Project
    4. Open the project file (Edit the project file)
    5. Add the following as the first entry in the

      Exe

提交回复
热议问题