I have a ASP.NET website running on Server 2003 with SQL-Server as database.
I have two tasks that I want to automate on daily basis.
1) Update the Lucene search index file
2) Update the profile pic of all user from LDAP server
I have both codes in aspx pages but I want them to run daily at midnight or 4 am in the morning or something like that. I havent done any automation before so I am clueless. So my question is...
What are my options?
Thank you :)