Browse by Tags

All Tags » .NET » ASP.NET » C# (RSS)
Sorry, but there are no more tags available to filter with.
Windows Services are similar to UNIX daemons. They are applications that start when Windows boots and continue running until Windows shuts down. A Windows Service might be used to implement a timer that continually polls a source looking for new data. When new data is found an import process might be kicked off. .NET has made developing Windows Services much easier than past methods. As mentioned above a Windows Service is an application and as such requires installation. In the remainder of this post I would like to propose an alternative to developing a Windows Services for cases when an ASP.NET Application has already been developed....
Posted by dbottjer | with no comments
Filed under: , ,