The assignment requires creating a new ASP.NET Empty Web Site using Visual C# with at least 5 .aspx pages, including a Default page and Contact page. The website should have a masterpage containing HTML5 structure elements and box model, as well as a SiteMapPath control for breadcrumb trails. The Contact page should include at least 10 server controls with required field validators and validation summary, and a button click event to validate values and display submitted information. Additionally, the Default page should include jQuery functionality and the website should be connected to a database using a GridView to display data.