Do you know if this is possible? (assuming you can run ASP files and PHP paralell on your server).
In your ASP file, do you declare it's language?
My guess is that you can't include ASP in PHP.
What you can do is to use fsockopen(), and let the ASP page return a string to the "hidden browser". Fetch this string in PHP and you should have the return value there!