Groups | Blog | Home
all groups > dotnet academic > july 2005 >

dotnet academic : RE: How to develop an application which runs automatically


sunil
7/6/2005 6:42:28 AM
test

-----Original Message-----
From: Dying Guru@discussions.microsoft.com
Posted At: Monday, June 27, 2005 11:46 AM
Posted To: microsoft.public.dotnet.academic
Conversation: How to develop an application which runs automatically
Subject: RE: How to develop an application which runs automatically


you should use web services project for this.

[quoted text, click to view]
jobyJohnk
7/6/2005 1:21:08 PM
you could use scheduled tasks to scheduel something to run daily at 4pm.

[quoted text, click to view]
alex
7/6/2005 1:26:28 PM
Hello jobyJohnk,

You should NOT use web services. They are used for the Internet.
As sunil said, you could create a windows application that will be scheduled
to run using Schedule Tasks.

Alex.

[quoted text, click to view]


jobyJohnk
7/7/2005 8:12:01 AM
that wasnt my reply. i recomended using the scheduled tasks. why in the world
any one use web services to accomplish this, i cant think of any if there is
one?.

[quoted text, click to view]
AddThis Social Bookmark Button