Beware Visual Studios Bearing Gifts of Pretty Markup! Ambrose Little / Fri, Nov 16, 2007 This one bit me again last night. The problem is that something mysteriously adds <assembly /> elements to the <compilation /> section of the web.config file. I had previously attributed the problem to...
Isolating Web Settings from Sub-Applications using InheritInChildApplications Ambrose Little / Wed, Jun 20, 2007 A while back, Steve Smith brought up a recurring problem I think most of us have bumped into, which is having things like HttpHandlers and HttpModules that are setup in a root web.config being loaded...