Hi,
I have hander (.ashx) referred in my asp application
<add path="API/PendingHandler.ashx" verb="GET" type="PendingHandler" />
In the vb code (app_code\HttpHandlers folder, it's calling an email function to send email.
What are the methods I can use in order that this vb code get executed everyday at 3:00 PM ?
Thanks
Go to the complete details ...