Host Web API as Windows Service using OWIN

前端 未结 2 1750
暗喜
暗喜 2021-02-08 03:16

I\'m trying to run a Web API application as a Windows Service using OWIN. However, I get the following message, when trying to start the service:

The [Ser

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-08 03:51

    For that example OWIN-WebAPI-Service, you must install Package

    Install-Package Microsoft.Owin.Host.HttpListener
    

提交回复
热议问题