The .aspx.cs file is the code-behind file that contains C# server-side logic for the Web Form. The .aspx file itself contains the HTML markup and control definitions. Options A and D are incorrect because HTML code lives in the .aspx file, not the .cs file.