Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9121707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:55:23+00:00 2026-06-17T05:55:23+00:00

I’m looking at starting to code an application for the company I work for.

  • 0

I’m looking at starting to code an application for the company I work for. I’m not really a developer per se but this is a project I’ve decided to take up in my spare time to build my knowledge up in .net

What I am after doing is hopefully remarkably simple (who am I kidding it never is!) From a high level overview I’d like to have say 500 client machines (seperate LANs) running a program permanently that reports back to a central internet based server. From the web interface at the Admin end I’d like to do the following:

  • See the online status of said PC (so the PC would tell the server it is alive say once a minute
  • Have maybe command line access to the PC or the ability to run programs remotely
  • The ability to maybe send a file to the PC
  • The scope to add additional functionality in future
  • Request that a client refreshes its information (if I for example want to see the current logged on user)

From a client side perspective I’d like to be able to do
– Report back basic information like Computer name/IP Address/etc each time said information changed
– Accept commands from the central management server for requests for data etc

What I am looking for really is an overview of a technology to use that can do this, I just want pointing in the right direction. My initial searches have bought back that WCF would be a good choice for the above – if it is if anyone knows any resources on where to start, tutorials etc it would be greatfully appreciated. I’m assuming what I am doing will require a service on the windows machine so any kind of insight into how that would work with whatever technology is best would also be helpful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:55:24+00:00Added an answer on June 17, 2026 at 5:55 am

    If you want to start small, write a small program that connects to the remote server over HTTP and downloads a small page.

    client -> http://remoteserver/alive.aspx
    

    client program – collect the needed information (IP etc), and do a HTTP call

    server program – inside your alive.aspx, write code that writes into the DB that the PC is alive. Then create a report page that can show the alive PCs at a given time.

    Then start adding functionality – like authentication between the client and the server, filters (like date range) in the alive reports, uptime reports, alerts on PC down

    Then add the functionality of executing commands. A roundabout but very simple way of doing it is

    1. client program – the response of alive.aspx may contain commands. Execute the commands and than call back commandResult.aspx
    2. server program – provide a page to let admin run a command on a PC. Admin enters command. Admin has to wait for the command result till after the next alive call from the client PC. The admin may do other tasks in between.

    Then add proper execute command functionality – client program opens a socket connection to the server, and waits for the commands from the server. The server program sends commands over the socket.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
This could be a duplicate question, but I have no idea what search terms
I'm not entirely sure how I managed to jack this up. http://pretty-senshi.com If you
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.