Is there a quick and easy way to detect which environment your app is running on and modify the html accordingly?
I would like to change my shared layout view to give the header a red background when it is running on my test server.
I'd like to avoid writing an IIS module or HTTP response filter if possible.