Things to Follow

3
Fleet management system Copy The Folder of Back To My Village in Your System. In the folder there are 3 sub folders: a) Code b) ata Base c) oc !estore the database backup "le #.bak "le) $hich is present in folder #b). Open the SqlServer Management Studio as follows: Click on Start Click on %rograms &o to Microsoft S'l Ser(er **+ Click on S,- Ser(er Management Studio Select Server Type ataBase /ngine Server ame System 0ame1localhost1. !ogin sa "assword Type the pass$ord as mentioned at the time of 2nstallment. Click on Connect. /3tract 1click on 4 symbol of atabases of 5b6ect /3plorer. !ight click on the atabases folder. Click on 0e$ atabase.. 7rite the atabase 0ame. Then click on ok 0o$ the database has been created $ith the speci"ed name. !ight click on the ne$ly created database and go to Tasks and !estore and click on atabase.. Select the radiobutton From #evice: Click on Bro$se button.. Click on 8dd

description

Things to Follow

Transcript of Things to Follow

Fleet management system Copy The Folder of Back To My Village in Your System. In the folder there are 3 sub folders: a) Code b) Data Base c) Doc Restore the database backup file (.bak file) which is present in folder (b). Open the SqlServer Management Studio as follows:Click on Start

Click on Programs Go to Microsoft Sql Server 2005

Click on SQL Server Management Studio Select Server Type : DataBase Engine

Server Name: System Name/localhost/.

Login:sa

Password: Type the password as mentioned at the time of Installment.

Click on Connect.

Extract /click on + symbol of Databases of Object Explorer. Right click on the Databases folder.

Click on New Database..

Write the Database Name. Then click on ok

Now the database has been created with the specified name.

Right click on the newly created database and go to Tasks and Restore and click on Database..

Select the radiobutton From Device:

Click on Browse button..

Click on Add

Select Files of the Type :All Files

Select .bak file from folder (Database-DCMS) and click on Ok.

Check the checkbox appear at the down column of Restore. Click on Options which appear on the Top of LeftHandside

Check/Select the First Check Box(Overrite the Ex..)

Click on Ok.

To Open Project:Click on Start Click on Programs

Microsoft Visual Studio 2005 /2008. Click on file and Click on Open and select WebSite. Click on File System.

Go to Location where this project has been copied and select the folder(a)/which starts with code then click on open.

Change the configuration settings as follows:

Double click on the file web.config file in solution explorer.

In

In

In

Change Initial catalog=Newly created database name

Data source=System Name/IP address/./localhost.

Password=sql server password given at the time of installment and save.

Right click on Default.aspx file and click on set as start page

Press f5 or click on debug.