What is an Active Server Page?
Loading
What is an Active Server Page?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 7, 2022, 3:17 PM
Active Server Pages (ASP) is a server-side scripting technology. ASP is a technology that Microsoft created to ease the development of interactive web applications. With ASP you can use client-side scripts as well as server-side scripts. Maybe you want to validate user input or access a database.
https://www.c-sharpcorner.com/article/introduction-to-Asp-Net/
Tuhin PaulPosted Mar 16, 2023, 9:48 AM
Active Server Pages (ASP) is a technology developed by Microsoft for creating dynamic web pages by using server-side scripting. It allows developers to embed server-side scripts in HTML pages that are executed by a web server before the page is sent to the user's browser.
ASP uses a scripting language, such as VBScript or JScript, to create dynamic content on the page based on user input or database information. This allows for the creation of highly interactive and customizable web applications.
ASP pages have the extension ".asp" and can be run on any web server that supports ASP technology, including Microsoft IIS and Apache. ASP has been superseded by ASP.NET, but it is still widely used and supported by many web developers.
Rajeev KumarPosted Mar 16, 2023, 7:39 AM
Active Server Pages (ASP) is a server-side scripting technology. ASP is a technology that Microsoft created to ease the development of interactive web applications. With ASP you can use client-side scripts as well as server-side scripts.
Jayraj ChhayaPosted Oct 7, 2022, 5:08 PM
Active Server Pages (ASP) enables web servers to dynamically generate webpages and create interactive web applications by using server-side scripting technology. The use of ASP pages with Microsoft Internet Information Services (IIS) is currently supported in all supported versions of IIS.