invoking a asp page function from c# console application

  • Thread starter Thread starter Guest
  • Start date Start date
Ravi said:
Hi ,

is there a way to invoke a method in asp page from a c# console application.

Look into webservices.

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.

Evert
 
Back
Top