Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 19

RESTAURANTPOS WEB EXTENSION

Installation Guide
Thank you
for purchasing. If you have any questions that are beyond the scope of this help file, please feel free to
contact us. Thank you so much for your interest!

Introduction
RestaurantPOS Web extension built using Visual Studio. It offers more than 4 pages. Easy to
customize you can customize any page, as you want. This website is based on the RestaurantPOS
database. There is no separate control panel for Maintenance RestaurantPOS Web. Data must be
inserted, update & Delete through the RestaurantPOS desktop application. This data will appear on
the web page.

Windows Hosting Requirements


Any edition of Windows Server 2008, 2012, 2016 or 2019.
You may use any edition of SQL Server 2008 or above.
IIS7 or above.
Microsoft .NET Framework 4.5 or above

Tools and Technology


Visual Studio 2013 or higher
SQL Server 2008 or above.

Import Project in Visual Studio


Open Visual Studio > FILE - > Open -> Project/Solution (Web extension\Source File\RestaurantPOS\
RestaurantPOS.sln )

1|Page
Setting up Web extension
Web.config overview
Form the solution explorer you'll able to get started or configure some options.
Go to solution explorer
Double click on Web.config file
You can change server infromation <add name="dbRestaurantPOSconstr"
connectionString="Data Source=(local);Initial
Catalog=dbRestaurantPOS;Integrated Security=True"
providerName="System.Data.SqlClient" /> from <connectionStrings> tag.

2|Page
Change Web Page Details
Go to solution explorer
Double click on SiteMasterPage.Master

Email Configuration
Go to solution explorer
Right click on Contact.aspx
Click On View Code
Now change your email & SMTP information

3|Page
Change Home Page Information
Go to solution explorer

4|Page
Double click on Default.aspx
Find <div class="container-fluid"> and change text by H3, P, Div tag
Change & Click on save button.

Change Contact Page Information


Go to solution explorer
Double click on Contact.aspx
Find <div class="container-fluid"> and change text by H3, P, Div tag
Change & Click on save button.

Build Application
Go to solution explorer
Right click on RestaurantPOS
Click on build.

5|Page
Publish Web Page
Go to solution explorer
Right click on RestaurantPOS
Click on Publish
From Profile Tab -> New Profile
Enter FileSys as profile name & click OK button

6|Page
7|Page
Host Your ASP.NET on Server
We will explain to you how to host your website to Server. We will also explain how you can create a
database. Let's start step by step.

Go to Windows Hosting Server panel and login with your account credentials.

8|Page
Now, your Account page will open. Click on Files.

Clicking on httpdocs

9|Page
Remove all files & folder from httpdocs (Backup before deleting the file.)

Go to your computer directory where you have been put web extension after publishing from visual
studio. Select all files and folder and create a zip file.
10 | P a g e
Now, upload this compress file.

It may be take a few minutes to uploading.


11 | P a g e
All files and folders can be seen here.

12 | P a g e
Now you have to create a new database.

13 | P a g e
The database has been created successfully.

Now, Click on Connection info

<add name="dbRestaurantPOSconstr" connectionString="data source=.\


MSSQLSERVER2012;initial catalog= user_dbRestaurantPOS;user
id=dbusername;password=databasepassword;persist security info=True;"
providerName="System.Data.SqlClient" />

14 | P a g e
Now upload database local to server. Run local SQL Management Studio as administrator.

15 | P a g e
16 | P a g e
Now Import database (dbRestaurantPOS.bak) local to server.

17 | P a g e
Click on Web.Config. Change the connection string in Web.config.
That is as follows:

18 | P a g e
Now finally, run your website with your domain.

Please drop us a note with your feedback, suggestions or questions. For technical support or general queries you can
contact us via: Email: linkbirdtech@gmail.com

DON’T FORGET TO RATE THIS ITEM


Login to CodeCanyon - -> https://codecanyon.net/downloads --> Rate our items using the stars
Thank you very much!

19 | P a g e

You might also like