simple service to call a web page

G

Guest

I need to create a simple service to call a web page once a day at 4:00 AM. I
know this has to be a no brainer for most of you, but for me i don't know
where to start. I have vs2k5 and it will run on a 2003 server. I'd perfer not
to use a batch file and the windows scheduler, but if this is the route to go
i will.
 
P

Patrick Steele

I need to create a simple service to call a web page once a day at 4:00 AM. I
know this has to be a no brainer for most of you, but for me i don't know
where to start. I have vs2k5 and it will run on a 2003 server. I'd perfer not
to use a batch file and the windows scheduler, but if this is the route to go
i will.

http://samples.gotdotnet.com/quickstart/howto/

This page has sample code to do an HTTP GET (your web request) as well
as code that creates a simple windows service.
 

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

Top