Is it possible to call a web application from within a windows service? I see alot of questions on calling web services inside of a web application but not vice versa. I need to have a windows service that calls my web application which polls my database every 15seconds. I was told that the web application cannot initiate the request on its own and must be called through a web service but I can't seem to find any examples that call a web application from a windows service. I have my application checking the database for changes but I need to implmenet that in a windows service so that it checks every 15seconds Does anybody know? Am I making sense?
Could something like this work for what I'm trying to accomplish?