EnemyGateIsDown
Technical User
Hi Guys,
I am trying to write an app which I want to run as a service on the web server.
This application will poll the database every X seconds to find records which meet some criteria. Then based on these records it will send SMTP E-mails.
Is a web service the best way to do this in Visual Studio.NET? I don't really want an application as this will require the server to be logged in which is undesirable.
Thanks in advance for any help.
Cheers,
Chris
I am trying to write an app which I want to run as a service on the web server.
This application will poll the database every X seconds to find records which meet some criteria. Then based on these records it will send SMTP E-mails.
Is a web service the best way to do this in Visual Studio.NET? I don't really want an application as this will require the server to be logged in which is undesirable.
Thanks in advance for any help.
Cheers,
Chris