This isn't actually a problem as such, just wondering what people think about this 
I've just come across a commercial ASP.NET system we're using and it defaulted me to a page where it told me I wasn't authorised to view the page, but it had written this message as a querystring and then presumably Response.Write to page. Sure enough, I changed the querystring and the page displayed exactly what I'd typed, even down to displaying an input box on the page.
Just wondering if you feel it's bad practice to allow a user to manipulate page content like this? I know it's something I've always tried to avoid when doing sites.

I've just come across a commercial ASP.NET system we're using and it defaulted me to a page where it told me I wasn't authorised to view the page, but it had written this message as a querystring and then presumably Response.Write to page. Sure enough, I changed the querystring and the page displayed exactly what I'd typed, even down to displaying an input box on the page.
Just wondering if you feel it's bad practice to allow a user to manipulate page content like this? I know it's something I've always tried to avoid when doing sites.