Need help with GRPC and asp.net

Hello all, I built a GRPC server and client using the default visual studio way which brings in asp.net which is awesome and super easy to establish. The trouble I am having is how to utilize the appsettings.json file to allow me to specify which IP and Port the GRPC server uses on my machine. Looking around online shows ways to use this via a normal asp.net server and using DI to bring things in and call service.x however it seems more complicated via GRPC, even the server build up seems different as it’s a static call. (I don’t recall of “standard” asp.net is) Am I misunderstanding how the appsettings.json file is to be used? Is there any conventions for the appsettings.json file I’m missing? Any help would be greatly appreciated. I will gladly show my terrible code as well if needed. usps tracking showbox speed test


1 Reply

JA Jesus Arockia Sankaran S Syncfusion Team June 23, 2020 06:19 AM UTC

Hi Tinekastil, 

Thank you for contacting Syncfusion support. 

We have checked the query and found that it is related to general ASP.NET Core related one. We request you to check the below MSDN documentation for further reference. 


Also, we request you to post this query in MSDN developer forum to get quick response from MSDN team.  

Please get back to us if you need any further assistance on Syncfusion component related queries. 

Regards, 
Jesus Arockia Sankaran S 


Loader.
Up arrow icon