I guess I don't need to do this frequent enough to remember this because I always seem to forget. To comment out a server control from your aspx page you cannot use <!-- and -->. Obviously, this is a server control, so you use server side comments:
<%-- <asp:Button runat=server id=button1></asp:Button> --%>