0% found this document useful (0 votes)
37 views

Client Server Based Live Meeting: A) Code B) Database C)

This document provides instructions for setting up a client server based live meeting application. It involves copying the application folder, restoring the database backup file, opening SQL Server Management Studio to create a new database and restore the backup file, opening the project in Visual Studio, and configuring the web.config file to connect to the new database before running the application.

Uploaded by

Akash Kambli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Client Server Based Live Meeting: A) Code B) Database C)

This document provides instructions for setting up a client server based live meeting application. It involves copying the application folder, restoring the database backup file, opening SQL Server Management Studio to create a new database and restore the backup file, opening the project in Visual Studio, and configuring the web.config file to connect to the new database before running the application.

Uploaded by

Akash Kambli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Client Server Based Live Meeting

Copy The Folder of Client Server Based Live Meeting 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)/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 ConnStr>
 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.
 In <connectionStrings>
 In <add name="CONSTR">
 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.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy