Multiple choice technology programming languages

Which is true about ASP.net support ?

  1. ASP.NET doesn't support server-side includes

  2. ASP.NET doesn't support server-side includes but supports server-side object tags

  3. ASP.NET doesn't server-side object tags

  4. ASP.NET support server-side includes and server-side object tags

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ASP.NET maintains backward compatibility by supporting legacy server-side includes alongside server-side object tags to declare and instantiate COM components.