We have an ASP.Net solution that is split up in to several projects (some are class libraries and some are actual Asp.Net sites).
One thing that has always bothered me is if the ASP.Net sites and class library dlls are built in debug mode, and are then published, web config changed so that "debug=false" will the class library dlls be built in release mode?
If I don't get an answer then I'll experiment my self and report back.
Cheers Tony