We've got a handful of different custom build configurations in our solution for dev, test, staging, training, prod, etc. These different configurations are, for the most part, used to transform web.config files upon deployment.
I was wondering, however, if there's any way to tell from within your code what configuration was used for the build?