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.

Slides:



Advertisements
Similar presentations
11 Getting Started with ASP.NET Beginning ASP.NET 4.0 in C# 2010 Chapters 5 and 6.
Advertisements

Languages for Dynamic Web Documents
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
Session 6 Server-side programming - ASP. An ASP page is an HTML page interspersed with server-side code. The.ASP extension instead of.HTM denotes server-side.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
B.Sc. Multimedia ComputingMedia Technologies Database Technologies.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Advanced Web Technologies MSc. Publishing on WWW.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
Week 2 IBS 685. Static Page Architecture The user requests the page by typing a URL in a browser The Browser requests the page from the Web Server The.
Introduction to Active Server Pages
Active Server Pages Chapter 1. Introduction Understand how browsers and servers interacted when the Web was young Understand what early Internet and intranet.
Tutorial 8 Sharing, Integrating and Analyzing Data
Overview of ASP.NET Prepared By : Lec : Zalak Thakrar Follow Me on
1 Chapter 20 — Creating Web Projects Microsoft Visual Basic.NET, Introduction to Programming.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Introduction to HP LoadRunner Getting Familiar with LoadRunner >>>>>>>>>>>>>>>>>>>>>>
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
DR.JOHN ABRAHAM PROFESSOR UTPA ASP.NET. ACTIVE SERVER PAGES (ASP) Web application development environment Web applications use web browser to display.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
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.
.Net is a collection of libraries, templates and services designed to make programming applications of all kinds, easier, more flexible (multi platform),
ASP.NET Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours Digital.
E-Commerce: Introduction to Web Development 1 Dr. Lawrence West, Management Dept., University of Central Florida Topics What is a Web.
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.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
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 
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.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
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.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
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.
 Web pages originally static  Page is delivered exactly as stored on server  Same information displayed for all users, from all contexts  Dynamic.
BZUPAGES.COM WEB SERVER PRESENTED TO: SIR AHMAD KAREEM.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
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.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
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
Project 1 Introduction to HTML.
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.
Web Development Using ASP .NET
Web Application Development Using PHP
Presentation transcript:

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 runs inside IIS. –IIS stands (Internet Information Services) is Microsoft's Web server. PWS (Personal Web Server) is Microsoft’s Web server program for individuals hosting Web page files from a personal computer. –Personal Web Server is a smaller-scale version of Microsoft’s IIS technology and is therefore limited in its capabilities. ASP Compatibility –IIS runs on Windows NT 4.0 or later. –PWS runs on Windows 95 or later. –ASP can also run on different Web servers such as Apache, ChiliASP, and InstantASP.

What is ASP? 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? –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 is ASP? What is an ASP.NET? –ASP.NET (originally called ASP+) is the next generation ASP. –ASP.NET is different than its predecessor in two major ways: It supports code written in compiled languages such as Visual Basic, C++, C# and Perl, It features server controls that can separate the code from the content, allowing WYSIWYG editing of pages. –Although ASP.NET is not backwards compatible with ASP, it is able to run side by side with ASP applications. ASP.NET files can be recognized by their.aspx extension.

Why use ASP? 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

Running ASP How to install IIS and run ASP on Windows XP Professional (Not available on Windows XP Home Ed.). 1.Insert the Windows XP Professional CD-Rom into your CD- Rom Drive 2.From your Start Button, go to Settings, and Control Panel 3.In the Control Panel window select Add/Remove Programs 4.In the Add/Remove window select Add/Remove Windows Components 5.In the Wizard window check Internet Information Services, click OK 6.An Inetpub folder will be created on your harddrive 7.Open the Inetpub folder, and find a folder named wwwroot 8.Create a new folder, like MyWeb, under wwwroot. 9.Use a text editor to write some ASP code, save the file as hello.asp in the MyWeb folder 10.Open your browser and type in " to view your ASP page

Writing ASP Example: Hello.asp Example: Welcome.asp You can use HTML tags to format the text! ") %> This text is styled with the style attribute! ") %>