2

I have a web application that require client machine's Motherboard number and other details. I have created a windows service to get machine details (like motherboard number). I want to pass these information to my asp.net web application. How it is possible?

please answer me..

Elliott Frisch
  • 198,278
  • 20
  • 158
  • 249
bageesh
  • 83
  • 1
  • 2
  • 9

1 Answers1

0

You cannot pass them per se. What you could do is write this information in a database/file/etc from your windows service and then read it from the web application.

Ioana Marcu
  • 551
  • 8
  • 25