Frontpage 2002 extensions breaks UrlRewriting.NET
So I have my lovely little DotNetKicks-based website up and running (its LOLKicks, by the way). Took me a week to get it working properly, primarily because of URL Rewriting. What is URL Rewriting,...
View Article…Or does it???
Well, I finally solved the mystery of what was causing wildcard mapping of aspnet_isapi in IIS 6 to fail so horribly. It appears that checking that simple little box just breaks the ever living crap...
View ArticleGenerics and the Session State
A minor buzzfest about type safe HttpSessionState handling going on now in the upcoming story queue at DNK. There are a couple of decent patterns being shared, so I figured I'd add in my own favorite...
View ArticleASP.NET Development Server restarting like crazy
Anybody ever see this before? Every once in awhile in VS 2005 when I’m working on a web application project the ASP.NET Development Server goes nuts. For every file I add, the server will be killed...
View ArticleSafest Way to Get the Cache Object
This is one of those “I keep forgetting this so I’d better put it in a blog post” blog posts. We’ve all seen this: <span style="font-weight: bold; color: #2f2fff">object</span><span>...
View Article