Multiple choice .net What is the extension for a Visual Basic web form interface file? .asp .aspx .asp.vb .aspx.vb .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.