0% found this document useful (0 votes)
670 views2 pages

Greyhound: A) Code B) Database C)

The document provides instructions for restoring a GreyHound database backup file and opening a related project in Visual Studio: 1) Restore the .bak database backup file located in the "DataBase" subfolder. 2) Open SQL Server Management Studio to view the database and connect using server name, username "sa", and installation password. 3) Open the GreyHound project in Visual Studio by locating the "Code" subfolder and changing the web.config file to reference the new database name and credentials.

Uploaded by

Rahul Tonape
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
670 views2 pages

Greyhound: A) Code B) Database C)

The document provides instructions for restoring a GreyHound database backup file and opening a related project in Visual Studio: 1) Restore the .bak database backup file located in the "DataBase" subfolder. 2) Open SQL Server Management Studio to view the database and connect using server name, username "sa", and installation password. 3) Open the GreyHound project in Visual Studio by locating the "Code" subfolder and changing the web.config file to reference the new database name and credentials.

Uploaded by

Rahul Tonape
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2

GreyHound

Copy The Folder of GreyHound 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 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) or click on the folder 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 <appSettings> In <add key=con> 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 Homepage.aspx file and click on set as start page Press f5 or click on debug.

You might also like