5
Answers

C# project backup of database on remote desktop

Ask a question
Amit Rai

Amit Rai

7y
234
1

I am working on a project in which I need to take backup on remote PC connected through LAN.

Since the backup worked successfully, on server PC (installed with MS SQL Server database), but I got the following Error while taking backup on another PC (installed setup of project only)

“Cannot open backup device

‘C:\...........\filename.back’. Operating System error 3( The system cannot find the path specified).

BACKUP DATABASE is terminating abnormally.


Answers (5)