Username: Password:
The time now is 2:09am
You last visited Today at 1:51am
    Register
Home Search the forumFAQs View active topics View active users View Members View group
What is ASP?
 WebExcel Forums > The Technologies > ASP (Classic) Discussions
Message Icon Topic: What is ASP? Post Reply New Topic
 
Author Message
Jenniferlinn View Drop Down
Newbie
Newbie


Joined: 23 Dec 2008
Location: United Kingdom
Online Status: Offline
Posts: 24
Quote Jenniferlinn Reply bullet Topic: What is ASP?
    Posted: 27 Dec 2008 at 8:27am
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 is a smaller - but fully functional - version of IIS
    * PWS can be found on your Windows 95/98 CD


Active Server Pages or ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages.

ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using.

The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript).

ASP pages have the extension .asp instead of .htm, when a page with the extension .asp is requested by a browser the web server knows to interpret any ASP contained within the web page before sending the HTML produced to the browser. This way all the ASP is run on the web server and no ASP will ever be passed to the web browser.

Any web pages containing ASP cannot be run by just simply opening the page in a web browser. The page must be requested through a web server that supports ASP, this is why ASP stands for Active Server Pages, no server, no active pages.

As ASP was first introduced by Microsoft on it's web server, Internet Information Services (IIS), that runs on Windows 2000/XP Pro/NT4, it is this web server that ASP pages usually run best on.

For those of you running Windows and wish to play around with ASP on your own system you will need to install Microsoft's Internet Information Services (IIS). Lucky IIS or its micro version Personal Web Server (PWS) comes free with Windows.

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
    * Provide security since your ASP code can not be viewed from the browser
    * Clever ASP programming can minimize the network traffic
IP IP Logged
Back to Top
jane0109 View Drop Down
Newbie
Newbie


Joined: 31 Jan 2009
Location: United States
Online Status: Offline
Posts: 8
Quote jane0109 Reply bullet Posted: 03 Feb 2009 at 4:07am
Precise way of explaining ASP for non-programmers.
IP IP Logged
Back to Top
staven View Drop Down
Newbie
Newbie


Joined: 23 Jul 2009
Online Status: Offline
Posts: 4
Quote staven Reply bullet Posted: 23 Jul 2009 at 12:36pm
Hello
Really good Information about ASP(active Server page).
IP IP Logged
Back to Top
teady111 View Drop Down
Newbie
Newbie
Avatar

Joined: 22 Dec 2009
Location: India
Online Status: Offline
Posts: 3
Quote teady111 Reply bullet Posted: 22 Dec 2009 at 7:43am
Active Server Pages (ASP) programming is writing code to facilitate ASP functionality on websites. Such functionality includes the delivery of dynamic, database-driven content to website viewers without taxing the server-side system. ASP programming involves writing ASP files and HTML files. The ASP code is placed within the HTML pages, enclosed in special tags. When you need to make changes in the ASP programming code, you need change only the ASP files; the HTML files, which do nothing but go and get the ASP files' coding, need not be changed.
========
Self Certified
email marketing services
IP IP Logged
Back to Top
ddni88 View Drop Down
Newbie
Newbie
Avatar

Joined: 26 Feb 2010
Location: India
Online Status: Offline
Posts: 3
Quote ddni88 Reply bullet Posted: 26 Feb 2010 at 4:24am
Active Server Pages or Classic ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages.

ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using.

The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript).

ASP pages have the extension .asp instead of .htm, when a page with the extension .asp is requested by a browser the web server knows to interpret any ASP contained within the web page before sending the HTML produced to the browser. This way all the ASP is run on the web server and no ASP will ever be passed to the web browser.

Any web pages containing ASP cannot be run by just simply opening the page in a web browser. The page must be requested through a web server that supports ASP, this is why ASP stands for Active Server Pages, no server, no active pages.

As ASP was first introduced by Microsoft on it's web server, Internet Information Services (IIS), that runs on all versions of Windows from NT4, including Windows 7, Vista, XP Pro, and Windows Server OS's like Windows 2000, 2003, 2008, it is this web server that ASP pages usually run best on.

For those of you running Windows and wish to play around with ASP on your own system you will need to install Microsoft's Internet Information Services (IIS). Lucky IIS or its micro version Personal Web Server (PWS) comes free with Windows.

For Windows users you can find Internet Information Services (IIS) or Personal Web Server (PWS) in the following places: -

    * Windows XP Pro/2003/2000 - IIS can be found in 'Add/Remove Programs' in the 'Control Panel'.
    * Windows 98 - PWS can be found under 'add-ons' on the Windows 98 CD.
    * Windows NT4/95 - You can get hold of IIS by downloading the NT4 Option Pack from Microsoft (don't be fooled by the name as it also runs on Windows 95).
    * Windows ME - IIS and PWS are not supported on this operating system.
    * Windows XP Home Edition - IIS and PWS are not supported on this operating system.

For those that do not wish to mess around attempting to install web servers on their own computer there are many hosting companies that supply Windows ASP Hosting including our own Free ASP Website Hosting Service.

===========
equity release
mortgage rates
IP IP Logged
Back to Top
georgeharry View Drop Down
Newbie
Newbie


Joined: 19 Apr 2010
Online Status: Offline
Posts: 3
Quote georgeharry Reply bullet Posted: 19 Apr 2010 at 11:55am
Active Server Pages (ASP) programming is writing code to facilitate ASP functionality on websites. Such functionality includes the delivery of dynamic, database-driven content to website viewers without taxing the server-side system. ASP programming involves writing ASP files and HTML files. The ASP code is placed within the HTML pages, enclosed in special tags. When you need to make changes in the ASP programming code, you need change only the ASP files; the HTML files, which do nothing but go and get the ASP files' coding, need not be changed.
IP IP Logged
Back to Top
schrewkathy View Drop Down
Newbie
Newbie


Joined: 13 Mar 2010
Online Status: Offline
Posts: 15
Quote schrewkathy Reply bullet Posted: 28 Jun 2010 at 12:31pm
Active Server Pages (ASP) it is more generally known, is a knowledge that enable you to make dynamic and interactive web pages. ASP pages have the extension .asp instead of .html, when a page with the extension .asp is request by a browser the web server knows to read any ASP contained within the web page .
IP IP Logged
Back to Top

Printable Version Printable Version
Forum Jump Forum Permissions View Drop Down



This page was generated in 0.046 seconds.