You can do this as Nick said, but I prefer the constants to be in your application: App_GlobalResources or App_LocalResources.
Then you can have support for multiple languages and everything is clean ... but if you don't want to rebuild every time you change the constants, you can put the text in a database or xml file.
web.config