Saturday, August 31, 2019

Comparing web applications Essay

It’s the technology used for how web browsers submit forms and interact with programs on the server. It’s used for simple interactive applications and can be used with any programming language. CGI applications are often called â€Å"CGI Scripts†, they run in the server not in the web browser, and they must follow server requirements for running applications. ISAPI: It’s an N-tier API of IIS and consists of two components: extensions and filters. These are the only two types of applications that can be developed using ISAPI, they must be compiled into DLL files which are then registered with IIS to be run on the web server. ISAPI extensions are true applications that run on IIS, ISAPI filters are used to modify or enhance the functionality provided by IIS. SSI: It is a tool that you can use to eliminate repetitive types of information on your web pages. It is a file the server includes in a web page before sending it out to a browser. It uses headers, navigation panels, and footers. It’s useful because you only need to change one file and every web page using that element picks up the update. ASP: This technology allows a web server to change the information that is  presented to the visitor in a website based on different criteria. It is a scripting language that is embedded in a code on the page that the web server can look at to change the information on the webpage. It works similar to HTML. ASP.NET: ASP.NET is a web application framework developed by Microsoft to build dynamic data driven Web applications and Web services. ASP.NET is a subset of .NET framework, a framework is a collection of classes, and ASP.NET is the successor to classic ASP. ASP.NET web pages, known officially as Web Forms, are the main building blocks for application development, and these web forms are contained in files with a â€Å".aspx† extension. References: Zacker, C. (2009). Lesson 7: Deploying Web Applications. Windows server 2008 applications infrastructure configuration (70-643) (). Hoboken, NJ: Wiley. http://itt.coursesmart.com/9781118550861/firstsection#X2ludGVybmFsX0J2ZGVwRmxhc2hSZWFkZXI/eG1saWQ9OTc4MTExODU1MDg2MS8xMTc Internet Server Application Programming Interface. (2014, July 5). Wikipedia. Retrieved May 12, 2014, from http://en.wikipedia.org/wiki/Internet_Server_Application_Programming_Interface

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.