Archive | February, 2011

Unit Test Deployment files not found in VS2010

When writing Unit tests, it is sometimes useful to use specific files for a specific Unit test. With help of the TestContext object in a Unit test class you can easily deploy files along with your Unit Tests. Everytime a Unit test is executed, the file(s) is published to an output Directory. This file can […]

Continue reading

TFS 2010 Web Access Client shows Error 500 (Request was rejected by http filter)

We recently published our TFS Web Access Client via HTTPS to the outside world. Everything was working fine until we pressed the “Edit Query” button. A Internal Server Error (500) appeared with the extra info “Request was rejected by http filter). We are using Microsoft TMG server to publish the Web Access Client. This link […]

Continue reading