This page is here solely to satisfy the requirements of unit testing.

he UrlToTest attribute must point to an ASPX page. This is because web tests are invoked in the Page_Load event of the .aspx page specified in UrlToTest attribute. If your web application has not .aspx page, you can create a blank web page such as 'Default.aspx' and set the UrlToTest to point to it.