I am creating simple webservice in .net. in which I have to send mail daily.
but my question is how to call webmethod in application. as it needs to invoke daily
it may happen that nobody visit website (where webmethod implemented) but in that case ,the webmethod(sendMail) should get invoked.
Give me some solution.
Happy Programming!!
Rohi