KEMBAR78
1.introduction to web programming using asp.net
Prof. Neeraj Bhargava
Pramod Singh Rathore
Department of Computer Science
School of Engineering & System Sciences,
MDS University Ajmer, Rajasthan, India
1
Introduction to Web Programming
using ASP.NET
Session Objectives
 What is ASP.NET ?
 Overview of ASP.NET
 Benefits of ASP.NET
 What is ASP.NET File ?
 IIS
 How does ASP.NET Work?
2
What is ASP.NET ?
 Creation, deployment, and execution of Web Application
and Web Services
 ASP.NET is a Microsoft Technology
 ASP stands for Active Server Pages
3
Overview of ASP.NET ?
 Server Side scripting
 Browser independent
 Interactive web application and database management
 ASP.NET is a program that runs inside IIS
4
Benefits of ASP.NET ?
 Separation of code from HTML
 Graphical development environment
 Update file while the server is running
 Support for compiled language
 ASP.NET is not limited to script languages
 It allows to make use of .NET language like c# , J# , VB,
etc
5
Benefits of ASP.NET ?
 Build on a common language runtime (CLR) that can be
used on an windows server to host powerful ASP.NET
websites and technologies
6
What is an ASP.NET File ?
 An ASP.NET file is just the same a s HTML file
 An ASP.NET file can contain HTIML, XML script
 Script in a n ASP.NET file are executed on the server
 An ASP.NET file has the extension “.aspx”
7
IIS
 Internet Information Services
 IIS is Microsoft internet server
 IIS comes as a free component with windows server
8
How does ASP.NET work
9
How does ASP.NET work
 Request an HTML file , the server returns the file
 Request an ASP.NET file, IIS passes the request to the
ASP.NET engine on the server
 The ASP.NET engine reads the file, line by line and executes
the script in the file
 ASP.NET file is returned to the browser to as plain HTML
 IIS is Microsoft internet server
 IIS comes as a free component with windows server
10
Assignment 1
 What is ASP.NET ?
 What are the benefits of ASP.NET
 What do you mean by ASP.NET File ?
 Elaborate IIS
 How does ASP.NET Work?
11
Queries ????
12
13

1.introduction to web programming using asp.net

  • 1.
    Prof. Neeraj Bhargava PramodSingh Rathore Department of Computer Science School of Engineering & System Sciences, MDS University Ajmer, Rajasthan, India 1 Introduction to Web Programming using ASP.NET
  • 2.
    Session Objectives  Whatis ASP.NET ?  Overview of ASP.NET  Benefits of ASP.NET  What is ASP.NET File ?  IIS  How does ASP.NET Work? 2
  • 3.
    What is ASP.NET?  Creation, deployment, and execution of Web Application and Web Services  ASP.NET is a Microsoft Technology  ASP stands for Active Server Pages 3
  • 4.
    Overview of ASP.NET?  Server Side scripting  Browser independent  Interactive web application and database management  ASP.NET is a program that runs inside IIS 4
  • 5.
    Benefits of ASP.NET?  Separation of code from HTML  Graphical development environment  Update file while the server is running  Support for compiled language  ASP.NET is not limited to script languages  It allows to make use of .NET language like c# , J# , VB, etc 5
  • 6.
    Benefits of ASP.NET?  Build on a common language runtime (CLR) that can be used on an windows server to host powerful ASP.NET websites and technologies 6
  • 7.
    What is anASP.NET File ?  An ASP.NET file is just the same a s HTML file  An ASP.NET file can contain HTIML, XML script  Script in a n ASP.NET file are executed on the server  An ASP.NET file has the extension “.aspx” 7
  • 8.
    IIS  Internet InformationServices  IIS is Microsoft internet server  IIS comes as a free component with windows server 8
  • 9.
  • 10.
    How does ASP.NETwork  Request an HTML file , the server returns the file  Request an ASP.NET file, IIS passes the request to the ASP.NET engine on the server  The ASP.NET engine reads the file, line by line and executes the script in the file  ASP.NET file is returned to the browser to as plain HTML  IIS is Microsoft internet server  IIS comes as a free component with windows server 10
  • 11.
    Assignment 1  Whatis ASP.NET ?  What are the benefits of ASP.NET  What do you mean by ASP.NET File ?  Elaborate IIS  How does ASP.NET Work? 11
  • 12.
  • 13.