asp net core 6.0 kestrel server is not working – Asp.net
I have this code running kestrel builder.WebHost.UseKestrel().UseUrls("https://myfirstproj1.asp") .UseIISIntegration(); but I can't access the site through the url I specified. What am I doing wrong?