Correct Answer: The basic difference between ASP and ASPNET is that ASP is interpreted; whereas, ASPNET is compiled This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted On the other hand, ASPNET uses NET languages, such as C# and VBNET, which are compiled to Microsoft Intermediate Language (MSIL)