Question: Which of the following is a feature of ASP.NET compared to classic ASP?
Options:
Correct Answer: Uses a compiled model for better performance
Solution:
ASP.NET uses a compiled model, which provides better performance compared to classic ASP, which is interpreted.