Sounds more like an ASP question. There's two basic ways you can call the PHP script, either by having the ASP page make a request to your webserver or directly call the PHP executable (something analogous to PHP's [man]exec[/man] functions) to execute the script.
Either way, I have no experience in ASP, so I can't really help you out as far as actually writing ASP code for either of the above scenarios.