How to start communication between device and asp.net application.
-
Hi All, I have one type of Device, that generates values after some specific interval. On the other end, I have asp.net application. I want display those values on my web page which is genereted by device.Please help me on this, that how can i start communication between device and asp.net application. Thanks Yrishi
-
Hi All, I have one type of Device, that generates values after some specific interval. On the other end, I have asp.net application. I want display those values on my web page which is genereted by device.Please help me on this, that how can i start communication between device and asp.net application. Thanks Yrishi
Which kind of device is it ? Where it runs ? On Client System or Server ?
yrishi wrote:
I have asp.net application. I want display those values on my web page which is genereted by device
You can create an Web Service for Intermediate Interface. Call Web Service from your Device S/W, which will Update your information may be on DB or other storage location. You web service can easily read those data on regular time interval .
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET