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 supports both server-side includes (using syntax) and server-side object tags (using syntax). Server-side includes allow inserting content from other files, while object tags enable creating and using COM components. The other options incorrectly deny these capabilities.