|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
invoking a asp page function from c# console applicationHi ,
is there a way to invoke a method in asp page from a c# console application. -- ravib Ravi wrote:
> Hi , Look into webservices.> > is there a way to invoke a method in asp page from a c# console application. 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 |
|||||||||||||||||||||||