Oddur Magnusson

Object reference not set to an instance of a human being

Browse by Tags

All Tags » ASP.NET (RSS)
KB 831150 - View-state is invalid for this page" error message does not provide sufficient information to troubleshoot the issue
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...
HttpContext.Current
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...
Posted: Feb 11 2004, 12:48 PM by oddurmag | with 6 comment(s)
Filed under:
HttpApplicationState and load balanced web servers
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...
Posted: Jan 19 2004, 09:45 PM by oddurmag | with 3 comment(s)
Filed under:
More Posts