Before we begin working with .asp pages and a database we need to establish what all needs to occur in order for our site to function as we would like. For this example we will create a small web application that allows us to collect names and email addresses that we will store in a database. We will need to create an interface that allows a user to submit this information from a web form and a page that we can use to see the data in the database.