My friend Steve Smith who wrote this article has solved a major problem for me. With his permission I'm duplicating some of his code here. About one in 50,000 page views, I was getting an "Object Not Set" exception being thrown in kbAlertz.com . This was a mystery for a very long time, and it's finally solved
Similar Posts
Aw, the HttpContext.Cache. Most of the items I place in the Cache are named with GUID's so it's not very helpful to loop through and print out the Cache
If you're working with SSL and ASP.NET, you know it's a challenge to be able to know when to switch back and forth between HTTP and HTTPS calls. I've thrown
Loading Data from a DataReader with the Load Method Typically, and with previous versions of .Net, filling a DataTable involved the use of a DataAdapter
In my current project I'm using a own User object that I store in the HttpContext.Session to have personalized data available without connecting on each