i m creating a library project and want to sending mail automatically for the defaulter(who not return book at time) . for some search on internet i found the window service that help
but i can’t understand to use properly
1- create a window service with timer that compare current date to sqltable returndate column
(how to compare)
and if (is true)
then send mail automatically.
please tell me ho how to implement
i m creating a library project and want to sending mail automatically for the
Share
Use the console tool installutil.exe from the .NET SDK to install the service:
installutil.exe -i myService.exe