How to Use HTTPS with Microsoft.AspNet.Server.WebListener

后端 未结 2 512
醉酒成梦
醉酒成梦 2021-01-19 09:28

At the end of this article http://www.asp.net/vnext/overview/aspnet-vnext/create-a-web-api-with-mvc-6 it describes how to host a MVC6 app in a Console app using Microsoft.As

2条回答
  •  囚心锁ツ
    2021-01-19 10:27

    Semicolon is the delimiter.

    Example:

    "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345;http://mydomain.stackoverflow.com:12345"
    

提交回复
热议问题