Basic YARP config to Reverse Proxy Asp.Net Web Forms
Add a new .net core project to your existing solution. Add a NuGet package reference to Yarp.ReverseProxy. <ItemGroup> <PackageReference Include="Yarp.ReverseProxy" /> </ItemGroup> Configure the startup middleware by adding the following…