I am confounded by the inability to scrape a web site on IIS 10 while another website on the same server scrapes ok.
All I am trying to do is get a simple "Hello World!" and it doesn't matter if that text is created by response.write or is a static html page.
I can find no difference in the config between each site, and have tried scraping from an outside Apache server using both CURL and Simple_html_dom methods. But still get a blank.
What could possibly be preventing scrape?