Hello,

I would like to develop a:
- Windows Service for doing specific Tasks
- Web Service as a communication gateway between the Windows Service and a ASP.NET Website
- ASP.NET Website

The scenario:
A user clicks a button on a ASP.NET website to get some forecast. The button invokes a web service method i.e. GetForecast(). Now the web method calls a task method on the Windows Service. Finally the...