Home All Groups Group Topic Archive Search About

invoking a asp page function from c# console application

Author
1 Apr 2005 12:01 PM
Ravi
Hi ,

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

Author
1 Apr 2005 12:49 PM
Evert Timmer
Ravi wrote:
> 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

AddThis Social Bookmark Button