I have purchased a web space in a web server for hosting my website (eg. www.xyz.com) . I have put a Sql server 2005 database in the db folder of this web space. I want to download this database from another windows application .net c# which is on client side when user presses "Download" button. What code should I write on my client-side application in order to download this database which resides on server to client's machine. Also sql server 2005 should be automatically installed on client machine if it does not exist and the database should be attached to the sql server 2005.
Downloading database from server on client machine
Collapse
X
Comment