final ppt

32
MOBILE COMMERCE PRESENTATION Submitted By: Punita Uttam

Upload: punitauttam

Post on 06-May-2015

12 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Final ppt

MOBILE COMMERCE PRESENTATION

Submitted By:Punita Uttam

Page 2: Final ppt

IntroductionProvides an interface to the customers to buy &

get the details about mobiles.Helps to buy, order & remain updated in just a

click.Contains information of all the upcoming mobiles

of different brands in the market.Purchase & stock Management.All customers will get all important updates via

website.

Page 3: Final ppt

Gantt. Chart 5jan 20jan 10feb 15feb 29april 10may

Page 4: Final ppt

Software Model FollowedWaterfall Model

Page 5: Final ppt

Software Model FollowedWaterfall ModelEach phase is defined in terms of output during

the phase, not only by the activities occurring.A tangible output is the only criterion of progress. A phase product represents a natural milestone, a

change in emphasis point, and is used as the basis for the next phase.

Products of next phase can be formally verified against the previous as part of quality assessment.

The process is plan-drivenEach step and its components must be planned and

scheduled before work begins

Page 6: Final ppt

Software Model FollowedWaterfall Model Advantages

Clear, simple to understand development process"Signing off" clarifies contractual positionMakes development process visibleMakes planning/management/system building

easier Less likely to affect overall design by late design

changes

Page 7: Final ppt

Technology UsedFront EndASP.Net/C#.Net

Back EndSQL Server 2012

Page 8: Final ppt

Technology UsedASP.Net

Easy Programming Model  Flexible Language Options   Great Tool Support  Rich Class Framework  Compiled execution  Rich output caching Web-Farm Session State

Page 9: Final ppt

Technology UsedASP.Net

Enhanced Reliability Memory Leak, DeadLock and Crash Protection  Easy Deployment Dynamic update of running application  Easy Migration Path XML Web Services  Mobile Web Device Support 

Page 10: Final ppt

Technology UsedSQL Server 2012

Native Support and Integration in .net Activity Monitor IntelliSense for Query EditingBackup CompressionMulti Server QueryData Warehousing

Page 11: Final ppt

Technology UsedSQL Server 2012

Data CompressionPolicy Based ManagementPredictable Performance and Concurrency Inline Variable AssignmentData Encryption

Page 12: Final ppt

Hardware Requirements (Server)Intel i3/i5/i7 processor2 GB RAM80+ Hard Disk spaceOptical DriveKeyboard mouseHigh Speed Internet Connection (Leased Line

preferred)

Page 13: Final ppt

Software Requirements (Server)Server Based Operating System (e.g. Microsoft

Server 2008 R2 etc.)IIS (Internet Information Services).Net 4.0 FrameworkAjax Support

Page 14: Final ppt

Hardware Requirements (Client)Any PC Processor512 MB RAM5400 RPM HDDKeyboardMouseInternet Connection (DSL with 256 Kbps or more

speed)

Page 15: Final ppt

Software Requirements (Client)Any Operating System (e.g. Microsoft Windows

Xp/Vista/7, Linux etc.)Any Web Browser (e.g. Internet Explorer, Mozilla

Firefox, Google Chrome, Safari etc.)

Page 16: Final ppt

Users Of Mobile CommerceAdminManage power-users.Manage limited-users.Can send SMS alerts to single/multiple users,

single student/multiple students, single/ multiply employees.

Can send Emai to single/multiple users, single student/multiple students, single/ multiply employees.

Can manage events.Can edit the information of the website.Can issue pass key to other users.

Page 17: Final ppt

Users Of Mobile CommercePower - UserManage limited-users.Manage events.Sends SMS Alerts to limited-users and

power-users.Manage information of mobilephones.Manage information of the phone searches.Manage phone comparison details.Manage surveys.

Page 18: Final ppt

Users Of Mobile CommerceLimited - UserCan participate in surveys.Can provide feedback about the website

developments. 

Page 19: Final ppt

ER Diagram

Page 20: Final ppt

Data Flow Diagram – Level 0

Page 21: Final ppt

Data Flow Diagram – Level 1 (Add User)

Page 22: Final ppt

Resolve Issue

Page 23: Final ppt
Page 24: Final ppt
Page 25: Final ppt

Deployment of websiteDeploying a website for hosting helps to set a network for the client

to easily access the server & such that server could easily respond to the client’s request. “Web Server Software” is mainly used to deploy the website of Asp.Net.

Web Server Software includes three main things:Microsoft Internet Information Service-------  Register with + .Net Framework 4.5+ Sql Server  Here, as the website development is taken place in Visual Studio

Express Edition. This Edition provides the .Net Framework as well as Sql server included in this. Thus, only we have to do is to install IIS( Internet Information Service) to deploy or host our website.

We have seen that in widows 7 (or above) we can have IIS pre-downloaded in the system which would be saved as IIS 7.5 or 7.x

Page 26: Final ppt
Page 27: Final ppt

Steps to Deploy .Net Website Step 1: Run IIS by typing the command in inetmgr in windows command prompt as shown in the picture below:

Step 2: In IIS right click on Sites Node and then Select Add Web Site as shown in the diagram below:

Page 28: Final ppt

Step 3: Inside Add Website Window type the name of website under Site name and in Physical path select the location of the website on the local system as shown in the picture below:

Step 4: Select the site to be added in this project I have created website with the name Demo in .net and stored it on F drive of my computer. I am browsing that website for deployment . You can select your site to be added in IIS as shown in the below diagram :

Page 29: Final ppt

Step 5: Under Binding change the port Number from 80 as it is the default port and assigned to Default website in IIS . I have set the port number to 8085. You can set it according to your choice as shown in the picture below and then click on ok button:

Step 6: Next select the Application Pools in the left side in IIS then Right click on the Name of website added in the previous step and then select Advanced Settings as shown in the picture below:

Page 30: Final ppt

the Advanced Settings select the .Net Framework Version 4.0 and then click on ok button as shown in the picture below:

Step 8: Select the website and then double Click on Directory Browsing and Enable it as shown below:

Page 31: Final ppt

Step 9: Now the whole procedure of adding website is done now to check the site in browser Right click on the website you added in IIS then go to Manage Web Site and then click on Browse as shown in the diagram:

Page 32: Final ppt

THANK YOU