Adam Ash

Adam Ash

  • NA
  • 13
  • 489

Webservice use case

Mar 2 2021 4:48 PM
I need to create a webservice that will be sitting on a Windows Server 2019 and will be sending data from one database to another. The first database will trigger the webservice by sending a request when certain conditions are met. Once the webservice has been sent the data, it will send that data to the other database. I see there are numerous ways to host a webservice:
  • Self Hosting in console application
  • Windows Form application hosting
  • Windows Service hosting
  • WAS hosting
  • IIS hosting
I believe for this use case either IIS or console app hosting would work. Any suggestions on which method of hosting I should implement?