One more example of why I should not be entrusted with sysadmin duties

The computer that’s serving you this blog is also my main hobby development machine. As such, I have a couple of test/development web sites on it, in subdirectories. However, I’m running dasBlog from the root directory. This occasionally causes problems, for example the web.config file for dasblog references a bunch of assemblies used for http handlers and other stuff. This stuff is inherited to all other asp.net applications, and I can’t seem to turn it off (specifying <clear/> under <httpHandlers> does not seem to work). As a workaround, I copy all the dasblog dll’s to each and every web application’s bin directory. Cludgy, but at least it allows me to get stuff done. Except when I move instead of copy… which lead to my other application working, but the main blog being broken for several hours.

However, I find this info from Netcraft to be a little funny:

Det här inlägget postades i misc och har märkts med etiketterna , . Bokmärk permalänken.

Kommentera

E-postadressen publiceras inte. Obligatoriska fält är märkta *

*

Följande HTML-taggar och attribut är tillåtna: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>