User1483659879 posted
I have setup a .NET Core Blazor site on IIS on a Windows 10 machine. I am able to access it from the local network. We have the DNS pointing to the local IP instead of the public IP. When I try to access using the public IP I get a 403 error. I have went
through all of the forums and added permissions with no change. I not sure I understand why it would work locally and not when someone is trying to access it over the internet.
Update
I reinstalled IIS and tried to hit the default website by IP and by domain name, same thing. 403 error. I have added the everyone account and given full rights to the root folder. Still confused why it works over local network.