$location = "http://www.geoplugin.net/php.gp?ip=115.67.131.206";
$geoplugin = unserialize(file_get_contents($location));
$country = $geoplugin['geoplugin_countryName'];
$city = $geoplugin['geoplugin_city'];
上記のPHPコード(Geopluginによる例から)をIISで実行していますが、国と都市を返し、完全に機能します。ただし、パブリックホスティングサーバーから実行した場合、何も返されず、エラーも表示されません。私は何が欠けていますか?