What is ASP?
Yadagiri Reddy
Active Server Pages/Differences between ASP 3.0 and ASP.NET. The most important difference between ASP and ASP.Net is that ASP uses interpreted VBScript or JScript, and ASP.net uses any .Net language (including VB.Net, C#, J#, etc.) compiled. ASP 3.0 left all its code in the front of the application
Active Server Pages ASP is a Microsoft Technology
ASP means Active Server Page.It single server page processing and running at Web-server(IIS). Feature of ASP.1. Working with HTML5 and CSS32. Working with Ajax and Database module3. It contain OOPS Level architecture.
Asp is a Active server page it is a scripting language it does not having a programming
Active Server Pages used to create the create the dynamic website and web Pages
ASP stands for Active Server Pages ASP is a Microsoft Technology ASP is a program that runs inside IIS IIS stands for Internet Information Services IIS comes as a free component with Windows 2000 IIS is also a part of the Windows NT 4.0 Option Pack The Option Pack can be downloaded from Microsoft PWS is a smaller - but fully functional - version of IIS PWS can be found on your Windows 95/98 CD
ASP is a powerful tool for making dynamic and interactive Web pages.In our ASP tutorial you will learn about ASP, and how to execute scripts on your server.
What is ASP? --> ASP stands for Active Server Pages --> ASP is a Microsoft Technology --> ASP is a program that runs inside IIS --> IIS stands for Internet Information Services --> IIS comes as a free component with Windows 2000 --> IIS is also a part of the Windows NT 4.0 Option Pack --> The Option Pack can be downloaded from Microsoft --> PWS is a smaller - but fully functional - version of IIS --> PWS can be found on your Windows 95/98 CD--> An ASP file is just the same as an HTML file --> An ASP file can contain text, HTML, XML, and scripts --> Scripts in an ASP file are executed on the server --> An ASP file has the file extension ".asp"
Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server.