I’m using a windows 2012 cloud server and running multiple websites on IIS, including a WordPress site. I’m attempting to set up another WordPress site and have set everything just like the previous WordPress site, but it isn’t working. When I browse to http://localhost/folder/default.aspx, it browses successfully (I think it’s using the default port of 80 correctly)…the default.aspx was my test “hello world” page. But when I browse to the WordPress start page, index.php, the url is forwarded from “http://localhost/folder/default.aspx” to “http://localhost:50822/folder/index.php” and it fails I get the error “localhost refused to connect”. I recently created a completely different project within Visual Studio, an ASP.NET Web Core project and I suspect that that somehow altered something on my server, but am not sure. Any ideas?