January 2008
Beginner
352 pages
9h 6m
English
Now that the service is running and monitoring URLs, we want to make it easy for people to view the status of each URL being monitored. We’ll add another project to our current service solution that will do this.
Right-click the solution, select Add New Web Site, and then select ASP.NET Web Site from the Project Template Wizard. Select File for the Web site type and then browse to where you want to save the new application.

We need to be able to retrieve the information easily from SQL Server, so we’ll use a SQLDataSource object on the ASPX page. When ...
Read now
Unlock full access