Archives for April 15, 2003

My HttpModule for Referrers

Posted on 4/15/2003 to Developer Stuff

The HttpModule that I use for tracking referrers broke when I went to v1.1 of the .NET Framework. It was very odd -- all of a sudden I was getting a message about the connection string property not being initialized. This happened most of the time, but not every time. To make matters worse, the db code is the same there as it is in the rest of the weblog app, which doesn't appear to have had this issue.

It seems to be working now. I reworked the code a bit. I'll be keeping an eye on it.


ASP.NET Calendar Control, Revisited

Posted on 4/15/2003 to Developer Stuff

Previously I mentioned the issues I was having with the ASP.NET Calendar Control, specifically styles. Somewhere along the way I read that it was being addressed in v1.1. Now that I am finally running v1.1 on my server, it is time to do some testing on this darned thing.

Since about half of the hits I get from Google involve searches relating to the calendar control, I will report back here as soon as the testing is done.