Hi.
I'm just stuck within ASP.NET, I've created a Unit Test Class for test a blank Web Service (want to do TDD).
When I try to run the Web Service, it supposed to run and fail, but it fail to execute, it says:
The test adapter 'WebHostAdapter' threw an exception while running test 'EnrollmentWSConstructorTest'. The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:1032/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error. The remote server returned an error: (500) Internal Server Error.
Any idea?