Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Sending Log Files from Client to Server

Sending Log Files from Client to Server

Scheduled Pinned Locked Moved .NET (Core and Framework)
sysadminhelpcsharpdatabasexml
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JoostV
    wrote on last edited by
    #1

    Hi there, I'm looking for the best way to send log files over the Internet. These logfiles contain EventViewer lists and Backup logs. On the Client Side I want to build an application getting this data and putting it into a XML File. On the Server Side I want to "read" the XML file and put it into a Database. These logs are comming from Customers, so the only way to communicate is through the Internet. What do you all think it's a good solution for this problem? How must i get these log files from the client side to the server side (our Main Office) E-mail, .XML Webservices, .NET remoting. I'm new to .NET so I need some help to decide witch architecture is the best. Of course I don't want to change the fysicall Network Infrastructure of the customers. Anyone an Idea? Thanx in Advance, Joost, the Netherlands

    X 1 Reply Last reply
    0
    • J JoostV

      Hi there, I'm looking for the best way to send log files over the Internet. These logfiles contain EventViewer lists and Backup logs. On the Client Side I want to build an application getting this data and putting it into a XML File. On the Server Side I want to "read" the XML file and put it into a Database. These logs are comming from Customers, so the only way to communicate is through the Internet. What do you all think it's a good solution for this problem? How must i get these log files from the client side to the server side (our Main Office) E-mail, .XML Webservices, .NET remoting. I'm new to .NET so I need some help to decide witch architecture is the best. Of course I don't want to change the fysicall Network Infrastructure of the customers. Anyone an Idea? Thanx in Advance, Joost, the Netherlands

      X Offline
      X Offline
      xoph
      wrote on last edited by
      #2

      .XML Webservice seems to be the best solution for your business. You can build a web service that takes a dataset as argument. This web service would process this dataset and store it in your database. On the client side, you would build a windows app that reads EventViewer lists and Backup logs or whatever you require. The windows app would gather all this data in a dataset and call the web service passing in the dataset.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups