0

I have an ASP.NET Core gRPC Service which works fine with the InProcess hosting model.

But I get the following error when I change it to the OutOfProcess hosting model.

I have to run the service as an OutOfProcess hosting model.

Appreciate any explanation or solution to the problem.

Error message

enter image description here

Hadi Fooladi Talari
  • 1,180
  • 1
  • 13
  • 36
  • Please describe your question better so that we can help you. Could you post your code? – Henrique Mauri Sep 09 '21 at 21:21
  • This is the same for every ASP.NET Core gRPC Service project. For example, the basic template when creating a new ASP.NET Core gRPC Service project. – Hadi Fooladi Talari Sep 09 '21 at 21:35
  • This is a very generic error, there is no specific cause for this. so you need to debug the cause using IIS Debug Diagnostics Tool. this tool will generate detail log file, which will help you to identify the problem. – samwu Sep 10 '21 at 03:03

0 Answers0