The ASP.NET web page has a VB subroutine that executes a Response.Redirect call to the PHP script on the other server. The PHP script pulls values passed through the Querystring to determine which PDF file to force the download of and the download box appears to the end-user to save or open the file.
We tried using a similar force download call in VB through a Virtual Directory redirect to the content server, but it resulted in delays up to 2 to 3 minutes (or longer depending on the size of the file) to display the file download box. With this method the box appears immediately.