The latest update on my Team Foundation Server 2010 RC project.
Pages
Archives
Meta
The latest update on my Team Foundation Server 2010 RC project.
In a follow up to my earlier post on TFS2010 and memory utilization on a VM (found here), I have applied the following setting to my SQL2008 instance and I’m restricting SQL to 1.5gb of RAM (out of 4gb). I feel this should be plenty for my small amount of usage. EXEC sp_configure ‘show advanced [...]
So, I'm a bit late to the game on this. But ELMAH (Error Logging Modules and Handlers) is awesome. Basically just drop the dll in your bin folder on your project and adjust your web.config. It handles your error handling and logging automatically. Very slick. I got it in place today on a couple apps [...]