0
Posted on: May 08, 2009
By Donn in Events
Two new Twin Cities Pragmatic Beer events have been posted to the site. This months will be at Kierans Irish Pub (doing a repeat for those who missed it last time) and we also have an event planned for June at The Herkimer. See the Twin Cities Pragmatic Beer site for more info. See you...
Read more...
0
Posted on: May 08, 2009
By Donn in Events
Last week, I posted info about the reMix event happening here in Minneapolis.   It's tonight! Don't forget! See you...
Read more...
I installed Windows 7 RC last night and my dual monitor support was not working. I queried a few people at my employer and Anthony Handley pointed me in the right direction. If you’re using a Dell D630 laptop and you’re running Windows 7 RC and need a video driver to support dual monitors, we’ve found this one to work out quite well: Download the driver on Dell.com Notes: The install requires a reboot, but afterwards the dual monitor support works without an issue....
Read more...
2
Posted on: May 06, 2009
2.0 RELEASED! Wow… I’ve been using castle for, I’m not sure, maybe 4 years and its finally released version 2.0. I’ve been running off the trunk for _ages_ too. I’m happy to see that this new version of Castle Windsor has been released. Get the bits...
Read more...
5
Posted on: May 01, 2009
By Donn in MVC
While working on an app recently I ran into the issue of needing to handle httpErrors at runtime in a dynamic fashion. I did this with some custom controller execution and routing. If a user were to type in an invalid address a custom 404 would be returned. Example: http://example.org/foo The Problem Unfortunately my custom error handling code was working in Cassini but in IIS7 it was not. IIS 7 would return “Bad Request”. Here is how I fixed it. The problem was that I was not telling IIS7 what to do with httpErrors. The Fix You can enable this by doing so in the web.config:...
Read more...