FxCop and ASP.NET
Another handy VSTS feature is that you can test ASP.NET code behind with FxCop, I can't seem to find a way to simply do this using the FxCop GUI or command line for CCNet. Any approaches or suggestions welcome.
Update:
A bit ad-hoc but I came up with the following
Go to
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyTest
Where MyTest is your project folder
Select details view from Explorer so you can see which folder is the newer folder and open it up
Select details view again and hunt down the App_Web dll file that is the latest e.g.
App_Web_cxauo9ex.dll
You can then add this as a target in your FxCop project.