Multiple choice .net

What is the extension for a Visual Basic web form interface file?

  1. .asp

  2. .aspx

  3. .asp.vb

  4. .aspx.vb

  5. .asp.vb.net

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

The web form interface file (the presentation layer with HTML and server controls) uses the .aspx extension. The code-behind file containing the Visual Basic logic would be .aspx.vb, but the question specifically asks for the interface file.