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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top