ASP is also a CGI program, or a modified version of CGI program. He is actually executed on the server like the CGI program, but he has the following:
1. CGIiekou objectization: the most troublesome thing to collect web pages in CGI programs is to parse the data uploaded by the browser (mainly to parse special characters and Chinese characters ). If ASP is used to collect web page information, ASP will parse the content greatly and convert it into an object for the ASP program to read. To put it simply, ASp provides a wide range of objects for ASP programs to simplify CGI-related processing.
2. ActiveX objects can be used: Apart from ASP objects, ActiveX objects in Windows can also be used to make them a resource in ASP Webpage creation. Because ASP programs can use resources in Windows systems, ASP programs can do more things than traditional CGI programs.
Through the comparison above, we can see that ASP programs have obvious advantages, which is also the reason why ASP programs have absolute advantages in dynamic web page creation. When ASP was just launched, many people were discussing who would win ASP and CGI in the future. From today's development perspective, the results are already quite obvious. The next era is the. net era. Controlling. net is the pulse of the next era.