Most asp.net developers have one time or the other ran into messing up their view-state causing asp.net to throw the "View-state is invalid for this page" exception. After scratching their heads for a while and figuring out what is screwing their view...
System.Web.HttpContext Context = System.Web.HttpContext.Current; ! For a while every time I created a function that looked something up in cache or Context.Items, I used to pass the Context object as a parameter to do the lookup on. Then I hadn't discovered...
Today I've been getting our CMS system to run on a load balanced server setup. Setting up the Load Balance Cluster is really easy in Windows Server 2003 (I'm using the web edition) once you figure out how it works. Running a asp.net application on multiple...