Answer:
The best answer for What is full form of ASP ?
ASP full form is Active Server Page. ASP was developed by Microsoft to allow programmers to create a dynamic website. It is the first server side script engine and now has been superseded by ASP.NET. ASP is an HTML page that includes one or more scripts. Scripts are processed by an ASP interpreter on a web server by using input requested for a page to access data from a database before delivering it to the receiver.
The correct answer forWhat is full form of ASP ?
ASP stands for Active Server Page. ASP was developed by Microsoft to allow programmers to create a dynamic website. It is the first server side script engine and now has been superseded by ASP.NET. ASP is a feature of the Microsoft Internet Information Server (IIS), but, since the server-side script is just building a regular HTML page, it can be delivered to almost any browser.
Classic 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.
As Classic 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.