I know it's possible to set up a gRPC server and client scenario using only .Net Framework (two console applications for example). It is also possible to setup a web app client (in my case using Angular) and a .Net Core gRPC server app with the Grpc.AspNetCore.Web package.
However, is is possible to call a .Net framework gRPC service from a web app when it won't work with Grpc.AspNetCore.Web?