I am getting the error below when I run a unit test:
completed successfully without running the test. This can occur when configuring the Web application for testing fails (an ASP.NET server error occurs when processing the request), or when no ASP.NET page is executed (the URL may point to an HTML page, a Web service, or a directory listing). Running tests in ASP.NET requires the URL to resolve to an ASP.NET page and for the page to execute properly up to the Load event. The response from the request is stored in the file 'WebRequestResponse_populateData.html' with the test results; typically this file can be opened with a Web browser to view its contents.
I'm not sure what this means. Do you have any pointers I could look into?