Tinefol
❔ How to deploy asp.net sites to Docker IIS?
TIL that IIS in docker is a thing. according to https://hub.docker.com/_/microsoft-windows-servercore-iis?tab=description
it should be /inetpub/wwwroot
41 replies
❔ signalr optimistic updates excluding the connection of the user posting the message
Assigning the messages unique IDs is generally a good idea for consistency across architecture. I don't see any downsides. You do not want to see something: you ignore it, based on some condition.
14 replies
❔ asp.net core auth in endpoint
Its pretty straightforward, see if something like this fits you: https://learn.microsoft.com/en-us/aspnet/core/security/authorization/customizingauthorizationmiddlewareresponse?view=aspnetcore-7.0
7 replies