J. Ambrose Little

Communicating Infragistics, .NET, Java, and related technologies.

Browse by Tags

All Tags » Configuration & Deployment   (RSS)
Beware Visual Studios Bearing Gifts of Pretty Markup!
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 the ASP.NET compiler, but it seems it Read More...
Isolating Web Settings from Sub-Applications using InheritInChildApplications
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 in child/sub-applications (a.k.a., virtual directories). Read More...