What Is ASP Programming?

What Is ASP Programming? thumbnail
Active Server Pages (ASP) is a server-side programming language.

Active Server Pages (ASP) is Microsoft's server-side programming language. Its functionality is similar to other scripting languages, such as Hypertext Preprocessor (PHP). ASP coding takes place inside HTML pages and is executed when those pages are viewed through a browser.

  1. ASP Operation Flow

    • ASP code is written inside of normal HTML pages. When a browser fetches the page, the ASP code is read by the server and executed. Because it is a server-side programming language, the code isn't visible in the browser's source code. ASP pages general end with .asp.

    ASP Scripting

    • When a server has the capability to execute ASP pages, ASP code can be entered into HTML pages between the starting and stopping "signals" that look like this: <% and %>. The HTML file must be saved with the proper extension (usually .asp) so the server recognizes and executes the code.

    ASP Server Requirements

    • The ASP language requires Microsoft's IIS server to run optimally. Typical setups of Linux-based servers do not execute ASP code. To use ASP on a non-IIS server, Sun's Java System Web Server can be used.

Related Searches:

References

Resources

  • Photo Credit rackmount server farm datacenter image by Adryn from Fotolia.com

Comments

You May Also Like

  • ASP Programming Tutorial

    Active Server Pages (ASP) is Microsoft's first server-side scripting platform and the first WDE (web application development environment) to incorporate the feature...

  • What Is an ASP Baton?

    Not only are ASP batons made to serve and protect law enforcement personnel, but they are also offered to protect you. According...

  • What Is PLC Programming?

    PLC is an acronym for Programmable Logic Controller. The PLC takes the input, checks the condition and, based on the condition, switches...

  • What Is a Computer Programming Language?

    People interact with computers to get work accomplished quicker and easier. As with spoken languages, people have many different computer-programming languages to...

  • What Is the Computer Language ASP Used for?

    Active Server Pages, more commonly known as ASP, is a computer language developed by Microsoft and optimized to run on Microsoft's Internet...

  • What Is Java Programming Used For?

    Java is a powerful, portable object oriented (OO) programming language. It's used on Web pages, in cell phones and on mainframes all...

  • How to Learn ASP Programming

    The acronym "ASP" stands for "Active Server Pages" and is the technology Microsoft developed to build both static and interactive web pages...

  • ASP.NET Language Tools

    ASP.NET is a language used to create Web applications for a wide variety of functions. ASP.NET is a technology used for Server...

  • How to Install Java Programming Free

    Java is the most pervasive programming environment on the planet. So how do you get started writing code that could run on...

Related Ads

Featured