I have a basic .net c# form when a user enters in some <script>xxxx</script> .net by default throws an error:
A potentially dangerous Request.Form value was detected from the client(xxxx) where xxx is the actual name of my control. How can I show a more friendly error page without showing the user my controls name. I think there is somthing in the web.config for show freindly errors is this true, or is there another way to show the error just hide the control name.