Hey everyone its peebman2000, still learning new things about .net everyday. Hey i'm in the process of researching the possibility of adding a functionality to a .net web app i'm currently building for work, that will send an email to users every 10 days.
I've done some research online and I see alot of talk about creating a window services, that will be on the server that will do this function.
I've don't know anything about creating a windows service, i'm mostly a vb.net developer, seems like this is mostly coded in C#. I practice C# from time to time, but mostly a vb.net.
I found this link and it seem pretty good:
CodeProject: Simulate a Windows Service using ASP.NET to run scheduled jobs. Free source code and programming help
It talks of buidling this functionality without window service.
My question is, which would be the better rout to go? Create a window service to send my emails and if this is the better way please give me some newbie window service links to start with.
Or would it be better to just follow this link above and build the email functionality without the window service?
Any ideas or suggestions would be greatly appreciated, thanks.



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks