ASP.NET How can I write a message on the screen without the end user removing it?

asp.net

Solution

Serve it on your own server. If it's a preview, they shouldn't have access to the code anyway.

Problem

I have written a ASP.NET program for a customer, I want to add a message similar to "Preview version, ABD Consulting" on the master.master page, I had thought to use Response.write but it messes up the look of the page as it seems to move page elemets. If I use a label the customer can remove it from the Master.master file, any suggestions? The customer is in a different country so I want to ensure I'm paid. Many thanks

Original source