0

I am learning back-end development by developing a C# Web Service that interacts with a database. I am not sure, however, where the database is supposed to be kept. Is it supposed to be in the same location as where the web service will be hosted?

pnizzle
  • 6,243
  • 4
  • 52
  • 81

1 Answers1

0

[1]Yes,Usually Hosting provider will provide you database with any of your chosen plan like Shared Hosting/VPS Hosting/Dedicated Server.So you should keep your database in hosted environment.

[2]Take backup and keep a copy of it with your local system by FTP transfer.

Bavishi PN
  • 379
  • 2
  • 6