ASP


ASP has two completely different meanings within the IT world: 1) Application Service Provider, and a pair of) Active Server Page.

1) Application Service Provider

An Application Service Provider is an organization or group that gives software program purposes to clients over the Internet. These Internet-based purposes are also referred to as “software as a service” (SaaS) and are sometimes made out there on a subscription foundation. This means ASP shoppers usually pay a month-to-month price to make use of the software program, relatively than buying a conventional software program license. Some SaaS purposes will be accessed by way of a net browser, whereas others function over a proprietary safe port.

2) Active Server Page

An Active Server Page, generally referred to as an “ASP page,” is a webpage that will comprise scripts in addition to customary HTML. The scripts are processed by an ASP interpreter on the net server every time the web page is accessed by a customer. Since the content material of an ASP web page will be generated on-the-fly, ASP pages are generally used for creating dynamic web sites.

ASP is much like different scripting platforms, like PHP and JSP, however helps a number of programming languages. While the default ASP language is VBScript, ASP pages can embody different programming languages as effectively, akin to C# and JavaScript. However, different languages should be outlined earlier than the script code using the next declaration:

<%@ Page Language=”C#”%>

ASP pages are a part of the ASP.NET net software framework developed by Microsoft. Therefore, ASP pages are most frequently discovered on Windows-based net servers that run Microsoft Internet Information Services, or IIS. You can inform in case you are accessing an ASP web page in your browser if the URL has an “.asp” or “.aspx” suffix.

File extensions: .ASP, .ASPX

Looking to know more Internet Terms