Home All Groups Group Topic Archive Search About

Pass Data Between Windows Service and ASP.NET page

Author
24 Feb 2006 6:27 PM
pitachu
Is there a way for a Windows Service to talk to an ASP.NET page (via
HTTP to localhost perhaps)? I'm looking to utilize the cache and
multithreading available in ASP.NET, but I'm not nessarily looking into
make a webpage.

Author
24 Feb 2006 7:29 PM
Michael Nemtsev
Hello pita***@gmail.com,

What exactly you are trying to do?

> Is there a way for a Windows Service to talk to an ASP.NET page (via
> HTTP to localhost perhaps)? I'm looking to utilize the cache and
> multithreading available in ASP.NET, but I'm not nessarily looking
> into make a webpage.
>
---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Author
25 Feb 2006 3:19 AM
pitachu
I would like the service to be a listener and for the ASP.NET page to
do the processing and maintaining state. Is there a way for the windows
service to talk to this page through HTTP as if a browser is connecting?
Author
25 Feb 2006 12:31 PM
Rune B
>I would like the service to be a listener and for the ASP.NET page to
> do the processing and maintaining state. Is there a way for the windows
> service to talk to this page through HTTP as if a browser is connecting?

A WebService (running in the same application) would most likely be the
favorable choice, but if it has to be with a browser-like behavior, try the
System.Net.WebClient.

R-)

AddThis Social Bookmark Button