Hi everyone,
I am implementing a GRPC server using (protobuf code first service) on a Windows Server 2016. The server app is based on .net framework 4.8 for compatibility reason.
The server works fine when I test on a local machine with Windows 11.
However, it is not working on a Windows 2016 server.
Is it not expected to work on Windows 2016 server?
If it is expected to work, Do I need to install any SDK or additional packages. I currently have installed the .net 4.8 framework runtime.
Many thanks in advance
Jiva