Stack Overflow
-
When you first start off trying to solve a problem, the first solutions you come up with are very complex, and most people stop there. But if you keep going, and live with the problem and peel more layers of the onion off, you can often times arrive at some very elegant and simple solutions.
– Steve Jobs, 2006They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.
– Benjamin Franklin, 1775Homines, dum docent, discunt.
- Seneca Links
-
Recent Posts
Recent Comments
- Richard Ginzburg on Silencing the “battery charging completed” sound on a Samsung Galaxy SII
- SHIGGA on Silencing the “battery charging completed” sound on a Samsung Galaxy SII
- Richard Ginzburg on Target display mode iMac -> MacBook Pro 2011 with Thunderbolt
- dab on Target display mode iMac -> MacBook Pro 2011 with Thunderbolt
- Richard Ginzburg on Avoiding X.509 chain policy caching when using WCF with certificate security
Archives
Categories
Meta
Monthly Archives: October 2009
Attach to IIS in Visual Studio (v2)
A better version of the process attach macro: (from http://stackoverflow.com/questions/822955/how-can-i-make-a-visual-studio-macro-to-attach-the-debugger-to-all-instances-of-w)
Posted in Uncategorized
Leave a comment
Exception: Loading this assembly would produce a different grant set from other instances
From http://www.neilpullinger.co.uk/ : If you get this exception message when trying to browse an ASP.NET site you are developing, first stop the site in IIS, then clear out the ASP.NET Temporary Files folder that relate to your site (default location … Continue reading