Question:Joe created a new Web site using Visual Studio 2008, setting the Web site type to File,
and the programming language to C#. Later, Joe received an elaborate Web page
from his vendor, which consisted of the Vendor.aspx file and the Vendor.aspx.vb codebehind
page. What must Joe do to use these files?
A Joe can simply add the files into the Web site, because ASP.NET 3.5 supports Web
sites that have Web pages that were programmed with different languages.
B The Vendor.aspx file will work, but Joe must rewrite the code-behind page using
C#.
C Both files must be rewritten in C#.
D Joe must create a new Web site that contains these files and set a Web reference to
the new site.