❔ Does Grpc works with net7 on IIS?
Is grpc supported with net7 on a iis server? This articles only says net5 https://learn.microsoft.com/en-us/aspnet/core/grpc/aspnetcore?view=aspnetcore-7.0&tabs=visual-studio#server-options
gRPC services with ASP.NET Core
Learn the basic concepts when writing gRPC services with ASP.NET Core.
7 Replies
or later?
My code first grpc service is responding with
StatusCode="Unknown", Detail="Bad gRPC response. HTTP status code: 500
after I have published it†IIS requires .NET 5 and Windows 10 Build 20300.1000 or later.
oops
Good to know
Any ideas why the grpc service isnt working after publishing?
with this info, almost impossible
I was trying to implement cors but that was dumb. The 500 isnt occuring anymore, but I dont get any result now
Do you have an idea how to debug it on the server?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.