Active Server Pages DefinitionComputer Pages: A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Active Server Pages (ASP) is Microsoft's server-side script engine for dynamically-generated web pages. It is marketed as an add-on to Internet Information Services (IIS). Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Active Server Pages VersionsASP has gone through six major releases:
The move from ASP 2.0 to ASP 3.0 was a relatively modest one. Some of the most important additions were the Server.Transfer and the Server.Execute methods, as well as the ASPError object. Microsoft's What's New in IIS 5.0 lists some additional changes. The move from ASP 3.0 to ASP.NET was a significant change. ASP.NET introduced the ability to replace in-HTML scripting with full-fledged support for .NET languages such as Visual Basic .NET and C#. In-page scripting can still be used (and is fully supported), but now pages can use VB.NET and C# classes to generate pages instead of code in HTML pages. There are solutions to run "Classic ASP" sites as standalone applications. One of them is ASPexplore - a software package that runs Microsoft Active Server Pages off-line, without any web server. ASPexplore provides solutions to create fully fledged ASP-based Windows applications and their setups. ASP Sample UsageYou can use several scripting languages in ASP. However, the default scripting language is VBScript:<html> <body> <% Response.Write("Chris Angulo has L33T SEO Skills!") %> </body> </html> The examples above write "Chris Angulo has L33T SEO Skills!" into the body of an HTML document. Apache::ASPApache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code.No matter if you need to know "what is Active Server Pages", the definition of a "Active Server Pages", or the meaning of a "Active Server Pages", you can find it here at Network Liquidators. There's quite a bit of information out there to learn, and it all starts by you having the initiative to seek out that information. We hope this definition of Active Server Pages was what you were looking for and appreciate your visit and welcome you back anytime. Check Our our Network Equipment InventoryComputer Pages: A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |






