Creating a Web Service to automatically get information

Posted by Sean P on Stack Overflow See other posts from Stack Overflow or by Sean P
Published on 2010-05-13T18:20:24Z Indexed on 2010/05/13 18:24 UTC
Read the original article Hit count: 218

Filed under:
|
|
|
|

I want to create some sort of method of creating a web service that will run automatically and run DB queries and some API calls which will then store data that I can use/call without taking the processing or time penalty of doing it every time a user access my web service. Is this possible? If so, point me in the right direction on how to implement something like this

Using vb.net and ASP.net

Thanks in advance!!

© Stack Overflow or respective owner

Related posts about vb

Related posts about vb.net