Need suggestion for retreiving data from a server

D

dave m

Here's the scenerio:

I have several (10 - 30) PCs that periodically need to get data (simple Y/N
flag values) from a server in the same network. While all PCs run SQL
Server, I don't want to use a Sql connection for this purpose. I was
thinking about having the client PCs get the data from the server's registry
via a Winform app. or a Windows service on the client PC.
I'm looking for the least involved method to do this. I've looked at using
a web service on the server or remoting, but is this overkill? Any
suggestions would be appriciated.

Thanks

Dave M.
 
G

Guest

I've looked at using
a web service on the server or remoting, but is this overkill?

No, this is perfect for remoting or web services.

I would probably using remoting since you can host it within a service
process.
 
A

aaron.kempf

why not a database

i mean seriously

oh, is a database too complex

rofl

grow some balls kids
 

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