This document provides instructions for completing an iLab assignment to create a simple annual salary calculator ASP.NET web application using Visual Studio.NET 2008. Students are instructed to create a new "PayrollSystem" website with Visual Studio, add a home page displaying "Hello World", and add a new form called "frmSalaryCalculator" with labels, text boxes and a button to calculate salary based on annual hours and hourly rate entered by the user. Code is to be added to the button click event handler to retrieve the text box values, convert to doubles, perform the calculation, and display the result.