ASP/ASPX
ASP stands for Active Server Page. This can basically be thought of as an html page, which also includes embedded scripts that run on a Microsoft based web server. Before the page is sent back to the client it is dynamically built, based on inputs from other resources, such as a database.
ASPX is a .net version of an Active Server Page.








