Locate the DAL project. In this project, set the connection string as follows:Con.ConnectionString =
Note that in the DAL, they courseware author put in try/catch blocks and never put code in the catch. This means that errors are simply ignored. Not good.