As we have already established.The NET project is hosted on localhost. We can’t get to it from any device on the same network.
Today, I’ll show you how to connect to your.NET project through LAN.
In Visual Studio, create a Web Application.
Create a Simple Endpoint now. I made a CalculatorController controller and an endpoint that returns the sum of two numbers.