Click here to Skip to main content
15,912,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I am planing to develop an application on ASP.NET that will be deploy in IIS sevice with SQL database,it will utilise the sms web service to send notification message to a list of recipients.
On the occurence of a particular value in a database this application should be invoke and hence trigger the sms service.

Please share some ideas about this.

Thanks a lot!!
Posted

1 solution

You need a Windows Service!
Look here for start:
Windows Service Applications[^]
Creating a Windows Service in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900