How to make code run automatically on Web Server at specified times
-
I want some code to run on a web server at specified times compared to it only running when people visit the website.Basically i want to check the expiry date of the customers which is in database and send mails automatically, So how do i do it.Server is hosted by some third party which holds other sites also.
coolsatty
-
I want some code to run on a web server at specified times compared to it only running when people visit the website.Basically i want to check the expiry date of the customers which is in database and send mails automatically, So how do i do it.Server is hosted by some third party which holds other sites also.
coolsatty
for that you should write a windows service
wasim khan
-
I want some code to run on a web server at specified times compared to it only running when people visit the website.Basically i want to check the expiry date of the customers which is in database and send mails automatically, So how do i do it.Server is hosted by some third party which holds other sites also.
coolsatty
if you are using sqlserver you can also use jobs and for sending mail use the sql server itself
I Wish the Life Had CTRL-Z Wizards First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com
-
I want some code to run on a web server at specified times compared to it only running when people visit the website.Basically i want to check the expiry date of the customers which is in database and send mails automatically, So how do i do it.Server is hosted by some third party which holds other sites also.
coolsatty
read this post, looks like what you were after http://forums.asp.net/p/1272455/2409553.aspx
We are not a Code Charity