I have process which continuously downloads XML from the feed and saves it to DB. I have a Windows Shared Hosting.
My question is what should I use..WCF or Windows Service or Web Service.
I cant use ASP.net because it will run on call only...but I need it run 24/7. Can you guyz suggest me how to design it?
I have written a Windows Service but was unable to run it on the Server.
My hosting p...