MQTTnet
MQTTnet copied to clipboard
Deployment issues in asp.net core
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
Same question in https://github.com/dotnet/MQTTnet/discussions/1752 (we should only have one place that is followed along).