things to follow

2
Mail Client Copy The Folder of Mail Client in Your System. In the folder there are 3 sub folders: a) Code b) DataBase c) Doc Restore the database backup le!.bak le) "hich is present in folder!b). Open the SqlServer Management Studio as follows: Click on Start Click on #ro$rams %o to Microsoft S&l Ser'er ( * Click on S+, Ser'er Mana$ement Studio Select Server Type - DataBase n$ine Server ame - System /ame0localhost0. !ogin -sa "assword - Type the pass"ord as mentioned at the time of 1nstallment. Click on Connect. 2tract 0click on 3 symbol of Databases of 4b5ect 2plorer. Ri$ht click on the Databases folder. Click on /e" Database.. 6rite the Database /ame. Then click on ok /o" the database has been created "ith the specied name. Ri$ht click on the ne"ly created database and $o to Tasks and Restore and click on Database.. Select the radiobutton #rom $evice: Click on Bro"se button.. Click on 7dd Select Files of the Type -7ll Files

Upload: niro-thakur

Post on 05-Nov-2015

213 views

Category:

Documents


0 download

DESCRIPTION

How to install visual studio and sql server

TRANSCRIPT

Mail ClientCopy The Folder of Mail Client in Your System. In the folder there are 3 sub folders: a) Code b) DataBase 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 FilesSelect .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 extract and click on mail client and then click on open. Change the configuration settings as follows: Double click on the file web.config file in solution explorer. In In Change Database=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.