consuming windowservice in web application

Y

Yoshitha

HI
Hi

I am working on a ASP.Net web application. I have to build a windows service
which will have functions that returns Current Systems CPUID etc...
I need to consume this Windows service with my ASP.Net web application.

How can I do this? Is it possible to do so?

thanks in advance...

Yoshitha
 
G

Grant Merwitz

Not sure whether your asking if a web service can retrieve the Current
Systems CPUID, or whether it can be consumed by the ASP.NET application?

The latter of which is fairly obvious, if a webservice is publised publicly,
anything can consume it and use that service.
This can also be available only on your network, to a website that has
access.
This is done by adding a web reference in visual studio.
Your web service will have to be running in IIS and have a page available to
the website.

Hope that helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top