tmho there is no way to invoke a classic asp page function directly but
it is possible to post parameters to an asp page from any application.
the asp page itself can be coded to execute a specific method based on
the parameters it receives. The response can then be examined for
results of that method, when the method/asppage is coded to return
results to the app.