Link to home
Start Free TrialLog in
Avatar of ksfok
ksfok

asked on

.NET: what to use for invoking a remote web service continuously

If batch data transfer is done thru invoking a remote web service continuously, what is the best thing to use for invoking that web service: webform, winform, or windows servce? Please direct to tutorials/samples for implementation. Thanks.
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

What do you mean by "continuously"?
SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ksfok
ksfok

ASKER

Continuously means something running with a timer or scheduled service. I am thinking about using VS2005 to develop a C# .NET windows service or console app. I am mostly interested on knowing how to deploy that app from my dev box to a remote box over the web or a network. Please recommend quick tutorials for getting started. Thanks.
Avatar of ksfok

ASKER

There is practically no user intervention. The transfer process is run whenever new data is found. As I am an ASP programmer, I need detailed help on how to develop and (especially) deploy a winform or win service from my dev box to a remote server across the enterprise network or the internet. Please help. Thanks.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial