ASP

ASP (Active Server Pages ): Those pages contain the html code and a certain number of scripts. Every time the server runs these scripts, the HTML language is generated in real time.

The final user receives only the result of this process, without having to deal with the programming code. The advantage is a great saving of time and internet band.  ASP can be used even for complex sites with a great number of data, for example portals or e-commerce sites. Alternatively, PHP language can be used to generate dynamic web pages.