Lecture Note 1: Getting Started With ASP.  Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in.

Slides:



Advertisements
Similar presentations
Languages for Dynamic Web Documents
Advertisements

DT211/3 Internet Application Development Active Server Pages & IIS Web server.
Building Applications using ASP.NET and C# / Session 1 / 1 of 21 Session 1.
Server-Side vs. Client-Side Scripting Languages
1 Chapter 12 Working With Access 2000 on the Internet.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Introduction to Active Server Pages
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Active Server Pages Chapter 1. Introduction Understand how browsers and servers interacted when the Web was young Understand what early Internet and intranet.
4/8/99 C. Edward Chow Page 1 Internet Services Manager Click Start | Programs | Administrative Tools | Internet Services Manager.
File sharing. Connect the two win 7 systems with LAN card Open the network.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
How the web work Web Server Web browser DNS Server
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Introduction to HP LoadRunner Getting Familiar with LoadRunner >>>>>>>>>>>>>>>>>>>>>>
DR.JOHN ABRAHAM PROFESSOR UTPA ASP.NET. ACTIVE SERVER PAGES (ASP) Web application development environment Web applications use web browser to display.
1 Web Server Concepts Dr. Awad Khalil Computer Science Department AUC.
Dr. Azeddine Chikh IS444: Modern tools for applications development.
ASP.NET INTRODUCTION INTO وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
Server-side Scripting Powering the webs favourite services.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
© 2008 Dr. Paul Walcott – The University of the West Indies: Cave Hill CampusDr. Paul Walcott COMP6325 Advanced Web Technologies Dr. Paul Walcott The University.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
ASP.NET Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours Digital.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Tutorial 10 by Sam ine1020 Introduction to Internet Engineering 1 Database & Server-side Scripting Tutorial 10.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Putting Applets into Web Pages.  Two things are involved in the process of putting applets onto web pages ◦ The.class files of the applet ◦ The html.
Active Server Pages  In this chapter, you will learn:  How browsers and servers interacted on the Internet when the Internet first became popular 
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
Introduction to JavaScript CS101 Introduction to Computing.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
ASP. What is ASP? ASP stands for Active Server Pages ASP is a Microsoft Technology ASP is a program that runs inside IIS IIS stands for Internet Information.
Part 4 Processing and saving data with CGI/Perl Psychological Science on the Internet: Designing Web-Based Experiments From the Ground Up R. Chris Fraley.
JavaScript Introduction.  JavaScript is a scripting language  A scripting language is a lightweight programming language  A JavaScript can be inserted.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Setting up Dreamweaver to use your local WAMP testing Server
PHP Introduction PHP is a server-side scripting language.
Form Processing Week Four. Form Processing Concepts The principal tool used to process Web forms stored on UNIX servers is a CGI (Common Gateway Interface)
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Unit 1 – Web Concepts Instructor: Brent Presley.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
ASP Mr. Baha & Dr.Husam Osta  What is ASP?  Internet Information Services  How Does ASP Differ from HTML?  What can ASP do for you?  ASP Basic.
XP Creating Web Pages with Microsoft Office
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
ASP – Web Programming Class  Ravi Anand. ASP – Active Server Pages What is ASP? - Microsoft Technology - Can Run using IIS/PWS/Others - Helps us create.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Section 10.1 Define scripting
How to Install Norton Antivirus in your Computer
Section 6.3 Server-side Scripting
Active Server Pages Computer Science 40S.
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Dynamic Web Page A dynamic web page is a kind of web page that has been prepared with fresh information (content and/or layout), for each individual viewing.
EZ Speed with SINAMICS S120 Starter Script File
Web Development Using ASP .NET
Microsoft PowerPoint 2007 – Unit 2
Introduction to JavaScript
Web Application Development Using PHP
Advanced Speed Control with SINAMICS S120 Starter Script File
Presentation transcript:

Lecture Note 1: Getting Started With ASP

 Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server What you should already know What you should already know –WWW, HTML and the basics of building Web pages –A scripting language like JavaScript or VBScript

What is ASP? What is ASP? –ASP stands for Active Server Pages –ASP is a program that runs inside IIS –IIS stands for Internet Information Services –IIS comes as a free component with Windows 2000 –IIS is also a part of the Windows NT 4.0 Option Pack –The Option Pack can be downloaded from Microsoft –PWS (Personal Web Server) is a smaller - but fully functional - version of IIS –PWS can be found on your Windows 95/98 CD

ASP Compatibility ASP Compatibility –ASP is a Microsoft Technology –To run IIS you must have Windows NT 4.0 or later –To run PWS you must have Windows 95 or later –ChiliASP is a technology that runs ASP without Windows OS –InstantASP is another technology that runs ASP without Windows

What is an ASP File? What is an ASP File? –An ASP file is just the same as an HTML file –An ASP file can contain text, HTML, XML, and scripts –Scripts in an ASP file are executed on the server –An ASP file has the file extension ".asp"

How Does ASP Differ from HTML? How Does ASP Differ from HTML? –When a browser requests an HTML file, the server returns the file –When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML

What can ASP do for you? What can ASP do for you? –Dynamically edit, change or add any content of a Web page –Respond to user queries or data submitted from HTML forms –Access any data or databases and return the results to a browser –Customize a Web page to make it more useful for individual users –The advantages of using ASP instead of CGI and Perl, are those of simplicity and speed –Provides security since your ASP code can not be viewed from the browser –Since ASP files are returned as plain HTML, they can be viewed in any browser –Clever ASP programming can minimize the network traffic

 Run ASP on Your PC  Run ASP on Your PC You can run ASP on your own PC without an external server. To do that, you must install Microsoft's Personal Web Server (PWS) or Internet Information Services (IIS) on your PC. How to install IIS and run ASP on Windows 2000 How to install IIS and run ASP on Windows 2000 –From your Start Button, go to Settings, and Control Panel –In the Control Panel window select Add/Remove Programs –In the Add/Remove window select Add/Remove Windows Components –In the Wizard window check Internet Information Services, click OK –An Inetpub folder will be created on your harddrive –Open the Inetpub folder, and find a folder named wwwroot –Create a new folder, like "MyWeb", under wwwroot. –Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder -----Next Page----

How to install IIS and run ASP on Windows 2000 How to install IIS and run ASP on Windows 2000 –Make sure your Web server is running - The installation program has added a new icon on your task bar (this is the IIS symbol). Click on the icon and press the Start button in the window that appears. –Open your browser and type in " to view your first ASP page

How to install IIS and run ASP on Windows XP Professional How to install IIS and run ASP on Windows XP Professional Note: You cannot run ASP on Windows XP Home Edition. –Insert the Windows XP Professional CD-Rom into your CD- Rom Drive –From your Start Button, go to Settings, and Control Panel –In the Control Panel window select Add/Remove Programs –In the Add/Remove window select Add/Remove Windows Components –In the Wizard window check Internet Information Services, click OK –An Inetpub folder will be created on your hard drive –Open the Inetpub folder, and find a folder named wwwroot –Create a new folder, like "MyWeb", under wwwroot. –Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder --- Next Page ---

How to install IIS and run ASP on Windows XP Professional How to install IIS and run ASP on Windows XP Professional Note: You cannot run ASP on Windows XP Home Edition. –Make sure your Web server is running - The installation program has added a new icon on your task bar (this is the IIS symbol). Click on the icon and press the Start button in the window that appears. –Open your browser and type in " to view your first ASP page.