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

前端 未结 5 1074
梦如初夏
梦如初夏 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:48

    I've created VS 2017 extension to deal with iis express launch settings https://marketplace.visualstudio.com/vsgallery/e09e0342-f9af-4306-8cf5-35238e34592d

    The overall idea is to fix launchSettings.json for each .net core project before executing Build/Start/StartWithoutDebugging commands

提交回复
热议问题