I tried simplifying things by just doing
clearstatcache();
$filename = "C:\web\mysite\deq\6262011.asp";
if(!file_exists($filename))
{
die("File not found");
}
I just get FILE NOT FOUND
I tried:
$filename = "deq\6262011.asp";
$filename = "\deq\6262011.asp";
$filename = "C:/web/mysite/deq/6262011.asp";
Once again, Windows IIS