dotnet / MQTTnet

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.43k stars 1.06k forks source link

Deployment issues in asp.net core #1750

Open zgbjty opened 1 year ago

zgbjty commented 1 year ago

In asp.net Core uses WebSockets, because of the use of Kestrel, it is not possible to deploy in IIS, how to set this up, or use other methods to deploy the project to other platforms

I followed the asp net in the sample, using net 6

gfoidl commented 1 year ago

Same question in https://github.com/dotnet/MQTTnet/discussions/1752 (we should only have one place that is followed along).