How to copy the database and other necessary files of your website onto a disk
hi
i want to copy the folder which includes my website project onto a removable disk and carry it to an interview.
the website includes a sql express database which is being accessed through Linq to entities.
how can i inlcude this database also in the removable disk so that the website can be run on another machine?
|